Files
kotlin-fork/idea/testData/intentions/importMember/NotApplicablePackage.kt
T
Dmitry Gridin 147521d6cb Add intention to introduce import alias
#KT-16118 Fixed
 #KT-30007 Fixed
2019-02-21 12:25:09 +03:00

9 lines
110 B
Kotlin
Vendored

// IS_APPLICABLE: false
package my.simple.name
class Foo
fun foo() {
val f: my.simple.name<caret>.Foo
}