# New Ticket Created by "Jimmy Zhuo" # Please include the string: [perl #99560] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=99560 >
JimmyZ> rakudo: class A { multi trait_mod:<is>( $r, :$rwr!) { $r.set_rw(); }; sub b is rwr { }; }; p6eval> rakudo cbdd9b: OUTPUT«===SORRY!===Lexical '$r' not found» jnthn> JimmyZ: That should work. I'm a bit confused about why it doesn't.