summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/case_in_hash_pat_assign.txt
blob: 58fd59ff9c2ded41e676ba897fa80b6c4d3c1a33 (plain)
1
2
3
4
case :a
in { b: Integer => x, d: "e", f: } then
  :g
end