This commit is contained in:
Valentin Kipyatkov
2015-06-19 13:57:28 +03:00
parent 1011a59884
commit d95c44f838
@@ -73,7 +73,7 @@ private object KindWeigher : LookupElementWeigher("kotlin.kind") {
variable, // variable or property
function,
keyword,
`default`,
default,
packages
}
@@ -129,7 +129,7 @@ private class JetDeclarationRemotenessWeigher(private val file: JetFile) : Looku
kotlinDefaultImport,
preciseImport,
allUnderImport,
`default`,
default,
hasImportFromSamePackage,
notImported,
notToBeUsedInKotlin