Confusing error with constructors and optional parameters #27754
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
closed-duplicate
Closed in favor of an existing report
I have the following code:
https://dartpad.dartlang.org/d03416b40588306be9722f72b55fae2a
It produces a strange analyzer error related to optional parameters in constructor:
This mixin application is invalid because all of the constructors in the base class 'TestRow' have optional parameters.
Is this expected behavior? Is it not possible to forward to a constructor with optional parameters?
The text was updated successfully, but these errors were encountered: