Files
kotlin-fork/idea/idea-completion/testData/weighers/basic/ImportedFirst.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

13 lines
224 B
Kotlin
Vendored

import ppp.prefixFun2
import ppp.prefixProp2
val some = prefix<caret>
// INVOCATION_COUNT: 2
// ORDER: prefixProp2
// ORDER: prefixFun2
// ORDER: prefixProp1
// ORDER: prefixProp3
// ORDER: prefixFun1
// ORDER: prefixFun3