No error in analyzer when we try to instantiate 'call' method of non-generic function object #47211
Labels
dart-model-analyzer-spec
Issues with the analyzer's implementation of the language spec
legacy-area-analyzer
Use area-devexp instead.
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: