Files
kotlin-fork/idea/testData/quickfix/autoImports/classImport.after.kt
T
2012-03-30 18:34:04 +04:00

8 lines
86 B
Kotlin

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