Files
kotlin-fork/idea/testData/completion/handlers/DoNotInsertImportForAlreadyImported.kt.after
T
2012-11-09 14:49:25 +04:00

5 lines
163 B
Plaintext

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