rlox/interpreter/tests/lox/operator/add_string_nil.lox

1 line
81 B
Lox
Raw Permalink Normal View History

2024-09-01 19:15:55 +02:00
"s" + nil; // expect runtime error: Operands must be two numbers or two strings.