# New Ticket Created by Christian Bartolomaeus
# Please include the string: [perl #125207]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=125207 >
< bartolin> j: say { $^a }.assuming(123)() # leads to spectest failures on
JVM
(S06-currying/assuming-and-mmd.t)
<+camelia> rakudo-jvm f1a21a: OUTPUT«Method 'Mu' not found for invocant of
class 'Parcel' in block
<unit> at /tmp/6T13UDTaeW:1»
< bartolin> strangly, the following "patch" makes it work:
https://gist.github.com/usev6/d29f551093a704624663
< bartolin> I have no idea why adding a line '1;' to 'method assuming'
changes this ...
< FROGGS> yeah, I guess it is an optimizer bug