KT-1755 Duplicates in completion
#KT-1755 fixed
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user