Classify explicitly imported names higher than default imported in completion. Related to #KT-13447

This commit is contained in:
Ilya Gorbunov
2016-09-29 20:43:04 +03:00
parent 1af3b50e3d
commit adf2c5a5ac
4 changed files with 17 additions and 2 deletions
@@ -51,8 +51,8 @@ class ImportableFqNameClassifier(private val file: KtFile) {
enum class Classification {
fromCurrentPackage,
topLevelPackage,
defaultImport,
preciseImport,
defaultImport,
allUnderImport,
siblingImported,
notImported,