5 lines
99 B
Kotlin
Vendored
5 lines
99 B
Kotlin
Vendored
open class A(n: Int)
|
|
|
|
class B : A {
|
|
constructor(x: Int) : <selection>super</selection>(x + 1)
|
|
} |