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