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

8 lines
96 B
Plaintext
Vendored

// IMPORT: test.a7
import test.*
fun test() {
val kotlinType = ""
kotlinType
a7()
}