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

2 lines
85 B
Lox

class Foo {}
Foo.bar = "value"; // expect runtime error: Only instances have fields.