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

3 lines
86 B
Lox

class Foo {}
Foo().unknown(); // expect runtime error: Undefined property 'unknown'.