# New Ticket Created by   
# Please include the string:  [perl #124006]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124006 >


See http://irclog.perlgeek.de/perl6/2015-03-06#i_10237431 and the next few 
examples.

perl6 -e 'role R does Callable { method foo { self.say } }'
===SORRY!===
Internal error: failed to remove block

Removing the Callable role, or inheriting with 'is' instead of composing, makes 
the error go away. Calling metamethods (.WHAT tested) also works.

Even removing the method surrounding the call gives the same error, instead of 
'no self available'.

Reply via email to