14 lines
125 B
Plaintext
Vendored
14 lines
125 B
Plaintext
Vendored
class C {
|
|
constructor() {
|
|
this/*C*/(x = 0)
|
|
}
|
|
|
|
constructor(x: Int) {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
}
|
|
|