summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/unparser/corpus/literal/since/31.txt
blob: 504eb94d5b5f6b52dfd6cfb4884ac5adb556b485 (plain)
1
2
3
4
5
6
7
def foo(&)
  bar(&)
end

def foo(a, &)
  bar(&)
end