rlox/interpreter/tests/lox/field/get_on_function.lox

3 lines
80 B
Lox
Raw Normal View History

2024-09-01 19:15:55 +02:00
fun foo() {}
foo.bar; // expect runtime error: Only instances have properties.