Implemented own version of LookupElementProximityWeigher (the standard one checks getObject() instanceof PsiElement)

#KT-8842 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-08-24 18:50:55 +03:00
parent f86850061b
commit fd34ff3239
5 changed files with 29 additions and 0 deletions
@@ -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