blob: 27a32ea3bf123540c1ab811e88b1c03d89a7dc68 (
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`
|