14 lines
143 B
Kotlin
Vendored
14 lines
143 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtClass
|
|
// OPTIONS: derivedClasses
|
|
interface X {
|
|
|
|
}
|
|
|
|
open class <caret>A: X {
|
|
|
|
}
|
|
|
|
interface Y: X {
|
|
|
|
}
|