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