So it
does have:
class A {
construct new () {}
thing(obj) {
…
}
}
class B is A {
construct new () {}
}
B.new().thing(obj)
I’ll need to test this as this is what I want from my scripting language. If this works than wren will replace my Lua janky scripting.