[dartdoc] Generics don't resolve in the analyzer. #55458
Labels
analyzer-api
Issues that impact the public API of the analyzer package
area-dart-model
For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
P4
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
As seen in the comment here flutter/flutter#146652 (comment).
The analyzer doesn't seem to create the proper references any type in square brackets with generics, like
[List<int>]
.Dartdoc's comment reference resolution currently does have this feature and we would want to make sure this is supported before moving over to @docImports, since that will use the analyzer's resolution of comment references.
cc. @srawlins @goderbauer
The text was updated successfully, but these errors were encountered: