You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
srawlins
added
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
P2
A bug or feature request we're likely to work on
labels
Jun 22, 2023
I noticed this when looking at the docs for package:dart_internal. For example look at extractIterableTypeArgument
Notice how in the signature at the top the function parameter is displayed in the old format and is missing its generic type parameter:
While in the implementation you can see the newer function type syntax and the type parameter:
This issue appears on the main API page as well:
https://pub.dev/documentation/dart_internal/latest/extract_type_arguments/extract_type_arguments-library.html
The text was updated successfully, but these errors were encountered: