mlox/lox.t/field/get_on_function.lox
2024-08-03 02:44:12 +02:00

3 lines
80 B
Lox

fun foo() {}
foo.bar; // expect runtime error: Only instances have properties.