Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
objectClassReference.kt.txt
blob: 9543a48f9cf2f38a3356118ca6fc305d64897e72 [
file
] [
log
] [
blame
]
object A {
private constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
}
fun test() {
A::class /*~> Unit */
A::class.<get-java><A>() /*~> Unit */
}