analyzer does not populate generic metadata on typedef's aliased type #46064
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P3
A lower priority bug or feature request
Maybe blocking dart-lang/dartdoc#2517.
Given an expression like this (with the experiment for generic_metadata enabled): https://github.com/dart-lang/dartdoc/blob/34d371f539e72880e1ff723be891fcd91502f450/testing/test_package_experiments/lib/generic_metadata.dart#L209
I would expect to see for the
FunctionTypeImpl
metadata populated for both the type parameter and the positional parameter associated with this type. However I do not see that with 1.5.0 analyzer or head analyzer as of this writing.The text was updated successfully, but these errors were encountered: