fd262bcd8d
#KT-29572 Fixed
9 lines
178 B
Kotlin
Vendored
9 lines
178 B
Kotlin
Vendored
import p.*
|
|
|
|
fun foo(): KotlinTrait<I1, I2> {
|
|
return <caret>
|
|
}
|
|
|
|
// EXIST: { lookupString: "object", itemText: "object : KotlinTrait<I1, I2>{...}" }
|
|
// ABSENT: KotlinInheritor
|