cascading operators break strong mode type checking #29718
Labels
closed-duplicate
Closed in favor of an existing report
language-strong-mode-polish
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
https://dartpad.dartlang.org/645ed8079bc07d4976a6cc773a2fa269
Derived d = new Base()..val = 'd';
Derived e = new Base();
I expect both those lines to have a compile time error in strong mode, but only the second line does
The text was updated successfully, but these errors were encountered: