60b0236101
Fixed KT-7539 fq name inserted when completing nested traits name #KT-7539
8 lines
69 B
Kotlin
Vendored
8 lines
69 B
Kotlin
Vendored
class C {
|
|
val prop: XX$<caret> = run {
|
|
|
|
}
|
|
|
|
interface I
|
|
}
|