Don't insert fqn even if current element is resolved into constructor

This commit is contained in:
Nikolay Krasko
2012-11-08 18:29:29 +04:00
parent dc5402337a
commit 5cf708d056
4 changed files with 23 additions and 5 deletions
@@ -0,0 +1,3 @@
fun main(args: Array<String>) {
throw IllegalAccessExceptio<caret>() //Press Ctrl+Space and select it
}