0f332bd8b9
Also changed semantics of DeclarationDescriptor.importableFqName - it now returns null when descriptor cannot be referenced by import + dropped DeclarationDescriptor.importableFqNameSafe
11 lines
124 B
Kotlin
Vendored
11 lines
124 B
Kotlin
Vendored
import my.koza
|
|
|
|
class A {
|
|
val v = ko<caret>
|
|
}
|
|
|
|
// INVOCATION_COUNT: 2
|
|
// ORDER: koza
|
|
// ORDER: kotlin
|
|
// ORDER: kokoFun
|