Implement ImplicitCallTearoff AstNode class in analyzer #47443
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
Given the following code:
The analyzer currently has a rudimentary mechanism for type-checking these assignments, which cannot properly check
g2
, a call tear-off of an extension method,call
. To properly handle this case, as well as implicit type-instantiatedcall
method tear-offs, the analyzer needs to insert tear-off nodes for implicitcall
tear-offs.Needed for #47366, #46020. Also related: #32864, #45936
The text was updated successfully, but these errors were encountered: