rlox/interpreter/tests/lox/if/fun_in_then.lox

2 lines
70 B
Lox
Raw Permalink Normal View History

2024-09-01 19:15:55 +02:00
// [line 2] Error at 'fun': Expect expression.
if (true) fun foo() {}