# New Ticket Created by Moritz Lenz # Please include the string: [perl #73808] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73808 >
./perl6 -e 'class A { has ($!a, $!b) }' error:imcc:syntax error, unexpected ')' (')') in file 'EVAL_1' line 85 Not good... (This is triggered by t/spec/S12-class/attributes.t, but not exercised there - somehow the test harness doesn't catch those errors)