Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
writeSignature
/
declarationSiteVariance
/
PropertyGetterIn.kt
blob: aa1c98d8c21f264b9b390c04c08bb6c1081fc2d5 [
file
]
class
M
<
in
V
>
class
X
val p
:
M
<
X
>
=
throw
Exception
()
// method: PropertyGetterInKt::getP
// jvm signature: ()LM;
// generic signature: ()LM<LX;>;