summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/case_in_hash_pat.txt
blob: cb012e8d9918cbe613c283c9a6db42e1f464792f (plain)
1
2
3
4
5
case :a
in { b: 'c', d: "e" } then
  :f
end