8c50b0ce9d
#KT-2424 Obsolete
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
// KT-2424 Invoking completion adds unnecessary FQ name
|
|
|
|
fun main(args: Array<String>) {
|
|
throw IllegalAccessException<caret>() //Press Ctrl+Space and select it
|
|
} |