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

6 lines
65 B
Kotlin

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