Classify explicitly imported names higher than default imported in completion. Related to #KT-13447
This commit is contained in:
@@ -51,8 +51,8 @@ class ImportableFqNameClassifier(private val file: KtFile) {
|
||||
enum class Classification {
|
||||
fromCurrentPackage,
|
||||
topLevelPackage,
|
||||
defaultImport,
|
||||
preciseImport,
|
||||
defaultImport,
|
||||
allUnderImport,
|
||||
siblingImported,
|
||||
notImported,
|
||||
|
||||
Reference in New Issue
Block a user