-
Notifications
You must be signed in to change notification settings - Fork 452
Closed
Labels
bugenhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementfeedback: Kotlin libsFeedback from Kotlin's internal librariesFeedback from Kotlin's internal libraries
Description
Consider a typealias from stdlib docs:
-
When a type alias has an expansion type with the same name, it looks really confusing in docs.
Describe the solution you'd like
Show the fully qualified name of the expansion type for a typealias, e.g.typealias ArrayList<E> = java.util.ArrayList<E>
-
It's unclear what
<E>
means in the expansion because the type alias doesn't render any type parametersDescribe the solution you'd like
Render type parameters of a generic type alias -
Type alias doesn't have a source link
Describe the solution you'd like
Render source link for a type alias
Metadata
Metadata
Assignees
Labels
bugenhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementfeedback: Kotlin libsFeedback from Kotlin's internal librariesFeedback from Kotlin's internal libraries