[perl #122344] indirect method calls with the colon
The test was fixed with commit https://github.com/perl6/roast/commit/88c52fa8a2 It now starts with augment class Block { method xyzzy(Code $x: *@y) { $x.(@y) } } I'm closing this ticket.
[perl #122344] indirect method calls with the colon
# New Ticket Created by Will Coleda # Please include the string: [perl #122344] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122344 > There's a test in S02-lexical-conventions/unspace.t that expects indirect method calls wit