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