Fix wrong unnecessary completion for the case of force completion
#KT-1187 Fixed
This commit is contained in:
@@ -4,4 +4,5 @@ fun anyfun() {
|
||||
a.b.c.d.e.f.<caret>
|
||||
}
|
||||
|
||||
// TIME: 1
|
||||
// NUMBER: 0
|
||||
@@ -0,0 +1,8 @@
|
||||
/// KT-1187 Wrong unnecessary completion
|
||||
|
||||
fun anyfun() {
|
||||
a.b.c.d.e.f.<caret>
|
||||
}
|
||||
|
||||
// TIME: 2
|
||||
// NUMBER: 0
|
||||
Reference in New Issue
Block a user