Add intention to introduce import alias
#KT-16118 Fixed #KT-30007 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import kotlin.collections.List as List1
|
||||
|
||||
// WITH_RUNTIME
|
||||
fun foo(list: List1<String>) {}
|
||||
Reference in New Issue
Block a user