15 lines
178 B
Plaintext
Vendored
15 lines
178 B
Plaintext
Vendored
object A {
|
|
private constructor() /* primary */ {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fun test() {
|
|
A::class /*~> Unit */
|
|
A::class.<get-java><A>() /*~> Unit */
|
|
}
|
|
|