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

4 lines
66 B
Lox

class Foo {}
var foo = Foo();
print foo; // expect: Foo instance