27f76630e6
#KT-1 In Progress
5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
open class B {
|
|
fun getX() = 1
|
|
}
|
|
|
|
class C(<!ACCIDENTAL_OVERRIDE!>val x: Int<!>) : B() |