e6f4d6e6fa
^KT-65406
26 lines
283 B
Kotlin
Vendored
26 lines
283 B
Kotlin
Vendored
class Z {
|
|
companion object Companion {
|
|
private constructor() /* primary */ {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
fun test() {
|
|
}
|
|
|
|
}
|
|
|
|
constructor() /* primary */ {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
fun test2() {
|
|
Companion.test()
|
|
}
|
|
|
|
}
|
|
|