Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
writeSignature
/
declarationSiteVariance
/
PropertySetterIn.kt
blob: ed507cf25f75da1b506603bedc7f76a32743797c [
file
]
class
M
<
in
V
>
class
X
var
p
:
M
<
X
>
=
throw
Exception
()
// method: PropertySetterInKt::setP
// jvm signature: (LM;)V
// generic signature: (LM<-LX;>;)V