# New Ticket Created by raiph # Please include the string: [perl #117695] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117695 >
Expected ======== Quoting https://github.com/perl6/specs/blob/master/S06-routines.pod#L1282: It is possible to alias to a non-identifier by using the term syntactic category: my \term:<∞> = Inf; Actual ===== Quoting http://irclog.perlgeek.de/perl6/2013-04-21#i_6730567: 18:38 raiph rn: my \term:<a> = 1 # golfed version of not-working-in-rakudo S06:1284 18:38 camelia niecza v24-37-gf9c8fc2: ( no output ) 18:38 ..rakudo 7cd330: OUTPUT«===SORRY!===Method 'ast' not found for invocant of class 'NQPMu'» -- raiph