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

1 line
68 B
Lox

"str".foo; // expect runtime error: Only instances have properties.