if you use private unnamed constructors in inherited classes you can't use super.parameter
#4346
Labels
request
Requests to resolve a particular developer problem
I have to classes in the same library (part-part-of)
and
but the analyser complains that I can't call super because
UserProxyTiny
doesn't have an unnamed constructor. But how do you make private unnamed constructor?interestingly
is accepted which is not really intuitive because I mix
super.parameter
with:super()
Is that intentional?
The text was updated successfully, but these errors were encountered: