8 lines
79 B
Kotlin
Vendored
8 lines
79 B
Kotlin
Vendored
class A {
|
|
constructor() : superr(1,2) {}
|
|
val x: Int
|
|
}
|
|
|
|
|
|
val x: Int = 1
|