b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
13 lines
124 B
Kotlin
Vendored
13 lines
124 B
Kotlin
Vendored
class C {
|
|
constructor() {
|
|
this/*C*/(x = 0)
|
|
}
|
|
|
|
constructor(x: Int) {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
}
|