6 lines
105 B
Kotlin
Vendored
6 lines
105 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
open class B {
|
|
fun getX() = 1
|
|
}
|
|
|
|
class C(<!ACCIDENTAL_OVERRIDE!>val x: Int<!>) : B() |