Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
classReference.kt.txt
blob: e03a82adcb7525016b4793c7d7b7f0c4b7f58400 [
file
]
class A {
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
}
fun test() {
A::class /*~> Unit */
A()::class /*~> Unit */
A::class.<get-java><A>() /*~> Unit */
A()::class.<get-java><A>() /*~> Unit */
}