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