GeneralizingAstVisitor.visitNamedType does not call visitTypeAnnotation
#55011
Labels
analyzer-api
Issues that impact the public API of the analyzer package
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
Hello!
Currently the implementation of
GeneralizingAstVisitor.visitNamedType
is:The thing is,
NamedType
is a subclass ofTypeAnnotation
. It would likely be more correct to have:The text was updated successfully, but these errors were encountered: