KT-1755 Duplicates in completion

#KT-1755 fixed
This commit is contained in:
Nikolay Krasko
2012-04-11 17:53:51 +04:00
parent c2dcdbe29f
commit 26b47c0180
16 changed files with 200 additions and 123 deletions
@@ -0,0 +1,5 @@
package classimporttest
fun test() {
TTTes<caret>
}
@@ -0,0 +1,3 @@
package forimport
class TTTest {}
@@ -0,0 +1,7 @@
package classimporttest
import forimport.TTTest
fun test() {
TTTest
}