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


$ ./perl6 -e 'sub foo(Int *@ints) { say @ints }; foo(1)'
Nominal type check failed for parameter '@ints'; expected Positional but got 
Array instead
  in sub foo at -e:1
  in block  at -e:1



$ ./perl6 --version
This is perl6 version 2012.09.1-30-g8230aef built on parrot 4.4.0 revision 
RELEASE_4_4_0

Reply via email to