rlox/interpreter/tests/lox/method/not_found.lox

3 lines
86 B
Lox
Raw Permalink Normal View History

2024-09-01 19:15:55 +02:00
class Foo {}
Foo().unknown(); // expect runtime error: Undefined property 'unknown'.