Files
kotlin-fork/idea/testData/quickfix/autoImports/afterKotlinImport.kt
T

7 lines
91 B
Kotlin

// "Import Class" "true"
import TestData.TestSample
fun test() {
val a = TestSample
}