summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/parse_pattern_058.txt
blob: bd7537098e0aafc539541ef437c3067189e9a36c (plain)
1
2
3
4
5
case {a: 0}
in {a:, **rest}
  [a, rest]
end