0fb8dd2f75
#KT-25498 Fixed
5 lines
150 B
Kotlin
Vendored
5 lines
150 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtClass
|
|
// OPTIONS: usages, expected
|
|
|
|
expect open class O<caret>Class(i: Int)
|
|
expect class Inheritor : OClass |