mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
6 lines
280 B
Plaintext
6 lines
280 B
Plaintext
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
|
|
|