summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/ruby_bug_9669.txt
blob: 60dfa09d518bbeb3c6fc5416a72da372178817b5 (plain)
1
2
3
4
5
6
7
8
def a b:
return
end

o = {
a:
1
}