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.
Christian Bartolomaeus via RT Sat, 07 Feb 2015 10:43:44 -0800
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.