Files
kotlin-fork/idea/testData/completion/handlers/DoNotInsertImportIfResolvedIntoJavaConstructor.kt
T

3 lines
107 B
Kotlin

fun main(args: Array<String>) {
throw IllegalAccessExceptio<caret>() //Press Ctrl+Space and select it
}