Implement navigation to type aliases in libraries

This commit is contained in:
Pavel V. Talanov
2016-08-16 17:31:49 +03:00
parent ac3dfd93bd
commit 48d7e8c519
8 changed files with 70 additions and 31 deletions
+2
View File
@@ -121,3 +121,5 @@ public fun <T: CharSequence> funWithTypeParam(t: T) {
public fun <T: Number> funWithTypeParam(t: T) {
}
typealias SimpleClassAlias = SimpleClass