On Wed Apr 08 05:10:21 2009, ml...@physik.uni-wuerzburg.de wrote:
> 14:08 <@moritz_> rakudo: my @x of Int; say @x.of
> 14:08 < p6eval> rakudo 4abd89: OUTPUT«Object»
> 14:09 <@moritz_> rakudo: my Int @x; say @x.of
> 14:09 < p6eval> rakudo 4abd89: OUTPUT«Int»
>
Both work now; tests unfudged.
Than
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #64554]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=64554 >
14:08 <@moritz_> rakudo: my @x of Int; say @x.of
14:08 < p6eval> rakudo 4abd89: OUTPUT«Ob