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


$ ./perl6
> class A { has @.a of int }
Null PMC access in get_string()


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


Seems to be REPL-specific:


$ ./perl6 -e 'class A { has @.a of int }'
===SORRY!===
Cannot call 'trait_mod:<of>'; none of these signatures match:
:(Routine:D $target, Mu:U $type)
:(Mu:U $target, Mu:U $type)

at -e:1

Reply via email to