rlox/interpreter/tests/lox/unexpected_character.lox

3 lines
112 B
Lox
Raw Normal View History

2024-09-01 19:15:55 +02:00
// [line 3] Error: Unexpected character.
// [java line 3] Error at 'b': Expect ')' after arguments.
foo(a | b);