mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
class static subscripting in kal
This commit is contained in:
@@ -315,6 +315,7 @@ impl Kal {
|
||||
|
||||
Kal::Undefined
|
||||
}
|
||||
Kal::Class(class) => class.static_.sub(key),
|
||||
_ => Kal::Unknown, // TODO: Implement more cases
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user