Implemented own version of LookupElementProximityWeigher (the standard one checks getObject() instanceof PsiElement)
#KT-8842 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package dependency
|
||||
|
||||
public class Data
|
||||
@@ -0,0 +1,7 @@
|
||||
import dependency.*
|
||||
import java.util.*
|
||||
|
||||
fun foo(): Dat<caret>
|
||||
|
||||
// ORDER: Date
|
||||
// ORDER: Data
|
||||
Reference in New Issue
Block a user