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

2 lines
79 B
Lox

class Foo {}
Foo.bar; // expect runtime error: Only instances have properties.