rcl/golden/error/parse_unmatched_lparen_lambda.test
2023-11-30 00:20:03 +01:00

14 lines
162 B
Text

(a b) => 2
# output:
stdin:1:4
1 │ (a b) => 2
╵ ^
Error: Expected ')'.
stdin:1:1
1 │ (a b) => 2
╵ ^
Note: Unmatched '(' opened here.