# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #101296]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=101296 >
<masak> nom: role A[$B] { class C { method foo() { say $B } }; method
bar { C.foo } }; class D { }; A[D].bar
<p6eval> nom 3e66bd: OUTPUT«Null PMC access in find_method('gist')
in sub say at src/gen/CORE.setting:4957 in method foo at
/tmp/xCHvZokqR7:1 in method bar [...]
* masak submits rakudobug
<moritz> I guess it doesn't like the inner class being composed at
compile time, before the role is being concretized