Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4783822fbc6124c4ba34c64fc79b53dde6b500f7
/
.
/
compiler
/
testData
/
writeSignature
/
declarationSiteVariance
/
PropertyGetterOut.kt
blob: 23d89b9511d8c06b59ad10c3cfa9b4a940f4e0d3 [
file
]
class
M
<
out
V
>
class
X
val p
:
M
<
X
>
=
throw
Exception
()
// method: PropertyGetterOutKt::getP
// jvm signature: ()LM;
// generic signature: ()LM<LX;>;