# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131507] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131507 >
Code: my @foo = { say ‘hello’ }; @foo»() Result: Weird node in analyze: NQPMu ===SORRY!=== Unknown QAST node type NQPMu One can make it work by writing “@foo».()” and this way you get the expected “hello”. I don't know if it should work or not, but at least it shouldn't get confused like this.