Incorrect cascade_invocations lint #57855
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-false-positive
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
@zanderso commented on Dec 20, 2018, 11:41 PM UTC:
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.This issue was moved by stereotype441 from dart-lang/sdk#35469.
The text was updated successfully, but these errors were encountered: