summaryrefslogtreecommitdiff
path: root/test/prism/errors/case_without_clauses.txt
blob: 3bbbfdd97fa136f1055b9724af7864d8ced3e06f (plain)
1
2
3
4
case :a
^~~~ expected a `when` or `in` clause after `case`
end