rlox/interpreter/tests/lox/unexpected_character.lox
2024-09-01 19:15:55 +02:00

3 lines
112 B
Lox

// [line 3] Error: Unexpected character.
// [java line 3] Error at 'b': Expect ')' after arguments.
foo(a | b);