ruby/test/prism/errors/case_without_clauses.txt

5 lines
64 B
Plaintext

case :a
^~~~ expected a `when` or `in` clause after `case`
end