making variable resolution more consisitent. class name resolution part still in progress
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-02 12:52:36 +09:00
parent 924d4ad5e2
commit 0bf3bde497
6 changed files with 37 additions and 16 deletions

2
t/var-04.err Normal file
View File

@ -0,0 +1,2 @@
defun self.x() { ##ERROR: syntax error - function name not symbol
};