# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69766] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69766 >
<masak> rakudo: class A { has &!f; method new(&f) { self.bless(*, :&f) } } <p6eval> rakudo 3eceb8: OUTPUT«Symbol '&f' not predeclared in new [...] <masak> known, right? <moritz_> rakudo: sub a(&f) { &f } <p6eval> rakudo 3eceb8: ( no output ) <moritz_> masak: I didn't know about it * masak reports, just in case <jnthn> masak: That's an...odd one. <masak> jnthn: workaroundable, though. <jnthn> masak: aye