summaryrefslogtreecommitdiff
path: root/test/prism/errors/shadow_args_in_lambda.txt
blob: 2399a0ebd5443ce2a5ce34cd7fee155f8aebae8e (plain)
1
2
3
4
5
->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`