ruby/test/prism/errors/while_endless_method.txt
2024-07-11 14:25:54 -04:00

5 lines
280 B
Text

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