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


While

$ ./perl6 -e 'class B {}; class A is B {}'

works,

$ ./perl6 -e 'class A is B {}; class B {}'
Null PMC access in get_string()
current instr.: 'trait_auxiliary:is' pc 14236 (src/gen_builtins.pir:9180)
called from Sub '_block12' pc 52 (EVAL_13:35)
called from Sub 'parrot;PCT::HLLCompiler;evalpmc' pc 744
(src/PCT/HLLCompiler.pir:448)
called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438
(src/PCT/HLLCompiler.pir:303)
called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776
(src/PCT/HLLCompiler.pir:473)
called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1305
(src/PCT/HLLCompiler.pir:708)
called from Sub 'parrot;Perl6::Compiler;main' pc 14518 (perl6.pir:172)

doesn't.

Reply via email to