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

1 line
82 B
Lox

true + "s"; // expect runtime error: Operands must be two numbers or two strings.