Open
Description
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