# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #71264]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71264 >
This be Rakudo 7ef386.
$ perl6 -e 'class A {}; class B does A {}'
Method '!select' not found for invocant of class ''
That should not be an error at all according to the spec, IIRC; it
should snapshot the class and use the result as a role. But even if it
were to throw an error, it could easily be a friendlier one than the
one it throws now.