17 lines
147 B
Plaintext
Vendored
17 lines
147 B
Plaintext
Vendored
class C {
|
|
constructor() {
|
|
this/*C*/(x = 0)
|
|
}
|
|
|
|
constructor(x: Int) {
|
|
super/*Any*/()
|
|
/* InstanceInitializerCall */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|