Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Parse subsignatures
See SO6/Closure parameters. For example:
sub limited_grep(Int $count, &block:(Dog)), *@list) { ... }
These currently sort-of parse, but :(Dog) is considered a *trait*, and
that doesn't sit right with something in the compiler, so it results in
this error:
Cannot invoke this object (REPR: P6opaque, cs = 0)- Loading branch information