Michael Miller
|
eb8bd88927
|
Handle case with typeless block
Fixes syntax:
`stub method(&block)`
To stub a block with args, use:
`stub method(&block : Type -> Type)`
Addresses https://github.com/icy-arctic-fox/spectator/issues/42
|
2022-02-21 18:17:44 -07:00 |
|