summaryrefslogtreecommitdiff
path: root/test/prism/errors/forwarding_arg_and_block.txt
blob: 65c75a5d7cfc85e48b36f63fa4cb878b5663d7c6 (plain)
1
2
3
def foo(...) = foo(...) { }
                        ^~~ both block arg and actual block given; only one block is allowed