Open JSAbrahams opened 1 year ago
We make no check that parent constructors are called. This can result in situations where fields are unassigned to of parent classes.
Just as with the unassigned fields, there should be a check that parent constructors are assigned to.
Very closely related to #304 Though this is a more general issue.
Description of Bug
We make no check that parent constructors are called. This can result in situations where fields are unassigned to of parent classes.
Expected behavior
Just as with the unassigned fields, there should be a check that parent constructors are assigned to.