summaryrefslogtreecommitdiff
path: root/test/prism/errors/method_with_arguments_after_anonymous_block.txt
blob: 0d986b3c0102a9542aef95c1f397e77dfd7bcd14 (plain)
1
2
3
4
def foo(&, a)
           ^ unexpected parameter order
end