Implement navigation to type aliases in libraries
This commit is contained in:
@@ -121,3 +121,5 @@ public fun <T: CharSequence> funWithTypeParam(t: T) {
|
||||
|
||||
public fun <T: Number> funWithTypeParam(t: T) {
|
||||
}
|
||||
|
||||
typealias SimpleClassAlias = SimpleClass
|
||||
Reference in New Issue
Block a user