Files
kotlin-fork/idea/testData/completion/handlers/DoNotInsertImportForAlreadyImported.kt
T
2012-09-20 16:50:16 +04:00

5 lines
164 B
Kotlin

// KT-2424 Invoking completion adds unnecessary FQ name
fun main(args: Array<String>) {
throw IllegalAccessExceptio<caret>() //Press Ctrl+Space and select it
}