Files
kotlin-fork/idea/testData/completion/smartMultiFile/InheritorInTheSameFile/InheritorInTheSameFile.kt
T

12 lines
104 B
Kotlin

open class A : T
fun foo(): T {
return <caret>
}
class B : T
// EXIST: A
// EXIST: B
// EXIST: C