Files
kotlin-fork/idea/testData/quickfix/autoImports/classImport.after.kt
T
Nikolay Krasko ec29e06115 - KT-1430 Import popup/type completion does not work for extension functions
- refactoring for auto import tests
2012-03-07 13:42:06 +04:00

7 lines
91 B
Kotlin

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