updated method lookup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-20 10:17:12 +09:00
parent 22a066ce95
commit 55d7fa0ef7
2 changed files with 47 additions and 26 deletions

View File

@ -24,12 +24,10 @@ fun Collection:slice(index count) {
return (arr.slice self index count)
}
fun Class:name() {
return (core.class_name self)
}
class String: Array (a b c) {
}