0f332bd8b9
Also changed semantics of DeclarationDescriptor.importableFqName - it now returns null when descriptor cannot be referenced by import + dropped DeclarationDescriptor.importableFqNameSafe
13 lines
224 B
Kotlin
Vendored
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
|