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