rlox/interpreter/tests/lox/field/set_on_string.lox

1 line
74 B
Lox
Raw Normal View History

2024-09-01 19:15:55 +02:00
"str".foo = "value"; // expect runtime error: Only instances have fields.