summaryrefslogtreecommitdiff
path: root/test/prism/errors/command_calls_25.txt
blob: 5fddd90fdd09ae35681696d3a8229f3c95190be5 (plain)
1
2
3
4
5
6
7
8
->(a=b c){}
      ^ expected a matching `)`
      ^ expected a `do` keyword or a `{` to open the lambda block
        ^ unexpected ')', expecting end-of-input
        ^ unexpected ')', ignoring it
           ^ unexpected end-of-input, assuming it is closing the parent top level context
           ^ expected a lambda block beginning with `do` to end with `end`