Minor
This commit is contained in:
@@ -73,7 +73,7 @@ private object KindWeigher : LookupElementWeigher("kotlin.kind") {
|
|||||||
variable, // variable or property
|
variable, // variable or property
|
||||||
function,
|
function,
|
||||||
keyword,
|
keyword,
|
||||||
`default`,
|
default,
|
||||||
packages
|
packages
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ private class JetDeclarationRemotenessWeigher(private val file: JetFile) : Looku
|
|||||||
kotlinDefaultImport,
|
kotlinDefaultImport,
|
||||||
preciseImport,
|
preciseImport,
|
||||||
allUnderImport,
|
allUnderImport,
|
||||||
`default`,
|
default,
|
||||||
hasImportFromSamePackage,
|
hasImportFromSamePackage,
|
||||||
notImported,
|
notImported,
|
||||||
notToBeUsedInKotlin
|
notToBeUsedInKotlin
|
||||||
|
|||||||
Reference in New Issue
Block a user