Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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;>;