summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/forwarded_argument_with_restarg.txt
blob: f734bfd9ec5add01b9d813481fdc9e339939e232 (plain)
1
def foo(argument, *); bar(argument, *); end