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


While

$ ./perl6 -e 'sub f {}'

works,

$ ./perl6 -e 'multi sub f {}'
get_pmc_keyed() not implemented in class 'Undef'
current instr.: 'parrot;Perl6;Grammar;Actions;multi_declarator' pc
133690 (src/gen_actions.pir:13082)
called from Sub 'parrot;Perl6::Grammar;multi_declarator' pc 46055
(src/gen_grammar.pir:10909)
called from Sub 'parrot;Perl6::Grammar;noun' pc 65282
(src/gen_grammar.pir:17906)
called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60889
(src/gen_grammar.pir:16303)
called from Sub 'parrot;PGE::OPTable;parse' pc 1952
(compilers/pge/PGE/OPTable.pir:552)
called from Sub 'parrot;Perl6::Grammar;statement' pc 24039
(src/gen_grammar.pir:3115)
called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22090
(src/gen_grammar.pir:2414)
called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20057
(src/gen_grammar.pir:1650)
called from Sub 'parrot;Perl6::Grammar;TOP' pc 16329 (src/gen_grammar.pir:224)
called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585
(src/PCT/HLLCompiler.pir:371)
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