Files
kotlin-fork/idea/testData/quickfix/autoImports/classImport.before.Main.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

5 lines
70 B
Kotlin

// "Import Class" "true"
fun test() {
val a = <caret>TestSample
}