Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
singletons
/
object.kt.txt
blob: 072f87c3575611c479d93077a3c20bdc085692b2 [
file
]
object Z {
class A {
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
fun test2() {
Z.test()
}
}
private constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
fun test() {
}
}