On Sat, 18 Feb 2017 14:22:50 -0800, alex.jakime...@gmail.com wrote: > Code: > ‘[a]’ ~~ / ‘[’ ~? ‘]’ . / > > Result: > ===SORRY!=== > Cannot find method 'rxtype' on object of type NQPMu > > > It should at least print the line number.
Fixed to show the correct error: $ ./perl6-m -e '‘[a]’ ~~ / ‘[’ ~? ‘]’ . /' ===SORRY!=== Error while compiling -e Quantifier quantifies nothing at -e:1 ------> ‘[a]’ ~~ / ‘[’ ~?⏏ ‘]’ . / Test added in S05-metachars/tilde.t.