# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #75874]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75874 >


<jnthn> $b!SomeClass::xyz - would that not conflict with calling a
private method in a particular superclass of $b?
<jnthn> rakudo: my $b; $b!SomeClass::xyz # will fail but curious if it parses
<p6eval> rakudo 8a5f38: OUTPUT«Could not find sub !!dispatch_::␤  in
main program body at line 11:/tmp/NAlDM5rZ31␤»
<jnthn> oh heh.
<jnthn> Interesting way to fail. :-)
<jnthn> Anyway, Rakudo tried to call a private method in a superclass.
* masak submits that as an LTA rakudobug
<jnthn> masak: It's a bit more than LTA
<jnthn> masak: As in, it's not just an error fail
<jnthn> It's a real fail.

I'm not too certain what should happen, but I'm pretty sure that error
message isn't it.

Reply via email to