mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
5 lines
280 B
Text
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
|
|
|