# New Ticket Created by Paweł Pabian
# Please include the string: [perl #114130]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=114130 >
Method name get_how_p_p_p is leaking to user-lever error message along with
some weird (my code is one-liner) line number 158519259.
$ perl6 -e 'class A{}; Any.HOW(A).WHAT.say'
use of uninitialized value of type Mu in string context in any <anon> at
src/gen/BOOTSTRAP.pm:104
use of uninitialized value of type Mu in string context in any <anon> at
src/gen/BOOTSTRAP.pm:104
===SORRY!===
error:imcc:The opcode 'get_how_p_p_p' (get_how<3>) was not found. Check the
type and number of the arguments
in file '(file unknown)' line 158519259
jnthn @ 6:46
Yeah, we should catch that bogus syntax rather earlier :)