Incorrect cascade_invocations lint #35469
Labels
customer-fuchsia
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
The analyzer cascade_invocations lint asks for cascading across different references:
test.dart:
With analysis_options.yaml:
Gives
Where line 17 is
b2.a.f = 2;
where b2 is a different reference and can't be cascaded with theb1.a
cascade.The text was updated successfully, but these errors were encountered: