mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
5 lines
229 B
Text
5 lines
229 B
Text
->a;b{}
|
|
^ expected a `do` keyword or a `{` to open the lambda block
|
|
^ unexpected end-of-input, assuming it is closing the parent top level context
|
|
^ expected a lambda block beginning with `do` to end with `end`
|
|
|