blob: 9543a48f9cf2f38a3356118ca6fc305d64897e72 [file] [log] [blame]
object A {
private constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
}
fun test() {
A::class /*~> Unit */
A::class.<get-java><A>() /*~> Unit */
}