# New Ticket Created by  David Hoekman 
# Please include the string:  [perl #124108]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124108 >


In perl6 (version=2015.01-147-g949b809) under MoarVM
(version=2015.01-69-g5bbfd1a):

> perl6-j -e 'say [max] 1..2**15'
32768
> perl6-m -e 'say [max] 1..2**15'
32768
> perl6-j -e 'say [max] 1..(1+2**15)'
32769
> perl6-m -e 'say [max] 1..(1+2**15)'
arg flag is empty in slurpy positional
  in sub infix:<max> at src/gen/m-CORE.setting:2181
  in sub  at src/gen/m-CORE.setting:20740
  in block <unit> at -e:1

[min] fails as well, but [minmax] works

Reply via email to