mirror of
https://github.com/MorizzG/rlox.git
synced 2026-02-04 11:54:48 +00:00
3 lines
80 B
Lox
3 lines
80 B
Lox
fun foo() {}
|
|
|
|
foo.bar; // expect runtime error: Only instances have properties.
|