Analyzer erroneously allows .call=
on type Function
#57003
Labels
analyzer-spec
Issues with the analyzer's implementation of the language spec
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
The analyzer accepts the following code, but the CFE rejects it:
The CFE is correct in rejecting the code; there is no
.call=
setter defined for the typeFunction
.The text was updated successfully, but these errors were encountered: