summaryrefslogtreecommitdiff
path: root/test/prism/errors/shadow_args_in_lambda.txt
blob: 7fc78d7d8f51022e846bae3a53acf18aacacf584 (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`