Refactored sorting in completion
Also changed semantics of DeclarationDescriptor.importableFqName - it now returns null when descriptor cannot be referenced by import + dropped DeclarationDescriptor.importableFqNameSafe
This commit is contained in:
@@ -5,8 +5,8 @@ val some = prefix<caret>
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// ORDER: prefixProp2
|
||||
// ORDER: prefixFun2
|
||||
// ORDER: prefixProp1
|
||||
// ORDER: prefixProp3
|
||||
// ORDER: prefixFun2
|
||||
// ORDER: prefixFun1
|
||||
// ORDER: prefixFun3
|
||||
|
||||
@@ -5,6 +5,6 @@ class A {
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// ORDER: kokoFun
|
||||
// ORDER: koza
|
||||
// ORDER: kotlin
|
||||
// ORDER: kokoFun
|
||||
|
||||
Reference in New Issue
Block a user