# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #77356]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77356 >
<masak> rakudo: sub foo($a) { True; }; subset Foo of Mu where -> $foo
{ foo($foo) }; say 5 ~~ Foo # also found and unreported by
tylercurtis++
<p6eval> rakudo 928836: OUTPUT«Could not find sub &foo [...]
* masak submits rakudobug
<masak> <pmichaud> probably the same one that caused (causes) roles to
not see lexical subs.
<moritz_> another fun not-in-the-right-lexical-context bug
<masak> right.