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

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`