summaryrefslogtreecommitdiff
path: root/test/prism/errors/while_endless_method.txt
blob: cdd7ba9abab3aac8eb95619eb43a22e57136319a (plain)
1
2
3
4
5
while def f = g do end
                      ^ expected a predicate expression for the `while` statement
                      ^ unexpected end-of-input, assuming it is closing the parent top level context
^~~~~ expected an `end` to close the `while` statement