implement field access

This commit is contained in:
2025-09-12 20:27:32 -05:00
parent 4670a8bd4e
commit 269156dd09
3 changed files with 39 additions and 4 deletions

View File

@@ -19,4 +19,7 @@ class KissInterp2TestCase extends Test {
function testIf() {
_testIf();
}
function testField() {
_testField();
}
}