Files
kotlin-fork/idea/testData/addImport/ConflictingLocalRef.kt
T
Dmitry Gridin 403801b0b3 Fix exception when add import
#KT-30524 Fixed
2019-03-21 16:35:43 +07:00

13 lines
172 B
Kotlin
Vendored

// IMPORT: test.a7
import test.a1
import test.a2
import test.a3
import test.a4
import test.a5
import test.a6
fun test() {
val kotlinType = ""
kotlinType
a7()
}