KT-2424 Invoking completion adds unnecessary FQ name

#KT-2424 Obsolete
This commit is contained in:
Nikolay Krasko
2012-09-20 16:23:15 +04:00
parent c7af6de16b
commit 8c50b0ce9d
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,5 @@
// KT-2424 Invoking completion adds unnecessary FQ name
fun main(args: Array<String>) {
throw IllegalAccessExceptio<caret>() //Press Ctrl+Space and select it
}
@@ -0,0 +1,5 @@
// KT-2424 Invoking completion adds unnecessary FQ name
fun main(args: Array<String>) {
throw IllegalAccessException<caret>() //Press Ctrl+Space and select it
}