summaryrefslogtreecommitdiff
path: root/test/prism/errors/command_calls_24.txt
blob: 3046b36dc1256fa5c0d3ee4fae8448a16c23aa35 (plain)
1
2
3
4
5
->a=b c{}
     ^ 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`