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


fine:

22:21 < moritz_> rakudo: my Str $a := 1
22:21 <+p6eval> rakudo 689bb7: OUTPUT«You cannot bind a variable of type
Int() to a variable of type Str().␤  in 'infix:<:=>' at line
     685:CORE.setting␤  in main program body at line
22:/tmp/22REpULr3l␤»

Bad:

22:21 < moritz_> rakudo: my @a := 1; say @a ~~ Positional
22:21 <+p6eval> rakudo 689bb7: OUTPUT«0␤»

OH NOEZ!

Reply via email to