Files
kotlin-fork/idea/idea-completion/testData/weighers/basic/Packages.kt
T
Valentin Kipyatkov 0f332bd8b9 Refactored sorting in completion
Also changed semantics of DeclarationDescriptor.importableFqName - it now returns null when descriptor cannot be referenced by import + dropped DeclarationDescriptor.importableFqNameSafe
2015-08-25 18:56:16 +03:00

11 lines
124 B
Kotlin
Vendored

import my.koza
class A {
val v = ko<caret>
}
// INVOCATION_COUNT: 2
// ORDER: koza
// ORDER: kotlin
// ORDER: kokoFun