No error in analyzer when we try to instantiate 'call' method of non-generic function object #47211
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.
P2
A bug or feature request we're likely to work on
The following test fails in analyzer
There is an expected error in CFE
The static type of the explicit instantiation operand must be a generic function type but is 'dynamic Function(dynamic)'.
but no error in CFETested on the edge version of the SDK
The text was updated successfully, but these errors were encountered: