18 lines
221 B
Plaintext
Vendored
18 lines
221 B
Plaintext
Vendored
object A {
|
|
private constructor() /* primary */ {
|
|
TODO("IrDelegatingConstructorCall")
|
|
/* InstanceInitializerCall */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
fun test() {
|
|
A::class /*~> Unit */
|
|
A::class.<get-java><A>() /*~> Unit */
|
|
}
|
|
|