summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
blob: 99dcc7239b2d02d1c1ee099c1e3cd92e8a048f1a (plain)
1
def f(a: nil, **); b(**) end