Typealias presentation problems #2971
Labels
bug
enhancement
An issue for a feature or an overall improvement
feedback: Kotlin libs
Feedback from Kotlin's internal libraries
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.
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
The text was updated successfully, but these errors were encountered: