rlox/interpreter/tests/lox/class/empty.lox

3 lines
40 B
Lox
Raw Permalink Normal View History

2024-09-01 19:15:55 +02:00
class Foo {}
print Foo; // expect: Foo