blob: 072f87c3575611c479d93077a3c20bdc085692b2 [file]
object Z {
class A {
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
fun test2() {
Z.test()
}
}
private constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
fun test() {
}
}