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