3 lines
68 B
Kotlin
3 lines
68 B
Kotlin
class X(x: Int) {
|
|
constructor(<expr>y: String</expr>): this(1)
|
|
} |
class X(x: Int) {
|
|
constructor(<expr>y: String</expr>): this(1)
|
|
} |