9 lines
114 B
Plaintext
Vendored
9 lines
114 B
Plaintext
Vendored
// "Create secondary constructor" "true"
|
|
|
|
class A {
|
|
constructor(): this(1) {
|
|
|
|
}
|
|
|
|
constructor(i: Int)
|
|
} |