# New Ticket Created by Matthew Walton # Please include the string: [perl #63800] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63800 >
Run this:
grammar G {
regex TOP { 'a' {*} }
}
class GA {
method TOP($m) { make GA.new }
}
G.parse('a', :action(GA.new));
And this happens:
rakudo ea3283: OUTPUT«Method 'result_object' not found for
invocant of class 'Failure'current instr.: 'make' pc 19258
(src/builtins/match.pir:39)»
