Version 0.5.0 (New Type Solver Beta) #16
TenebrisNoctua
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Version 0.5.0 (New Type Solver Beta)
super()can now be called within constructors to access parent constructors.super()can now be called both within normal class functions and constructors in a chain system. This now makes it possible for systems such as constructor chaining to exist with Class++.super(), automatic parent class constructor calling has now been removed.super()can no longer be called without its object argument.class.new()will now have the correct argument types for the parameter types in the constructor function.class.new()will also be more forgiving in the strict type-checking mode for arguments.classDatarestrictions.This discussion was created from the release Version 0.5.0 (New Type Solver Beta).
Beta Was this translation helpful? Give feedback.
All reactions