mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
They are now invoked like "new Foo". Also, superclass constructors are now much less semantically and syntactically weird. Since the instance is created before any constructor is called, there's no point in time where the instance isn't there.