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