blob: 6f062d89d0f8503d7b2447c6fb42df1d24a5507e (
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
|