wip - tiny change to out-of-tree method defintion handling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-16 16:36:01 +09:00
parent 9ff7c32262
commit a0e47d79f9
2 changed files with 40 additions and 27 deletions

View File

@ -32,7 +32,7 @@ defclass X {
return "hello"
}
defun String:length() { ##ERROR: syntax error - class name prohibited
defun String:length() { ##ERROR: syntax error - function name not valid
return (str.length self)
}
}