Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
writeSignature
/
declarationSiteVariance
/
InOfOutInOutPosition.kt
blob: 8845840556de73b02686854debedda6a99c3df1b [
file
]
class
In
<
in
T
>
class
Out
<
out
T
>
class
X
fun f
():
In
<
Out
<
X
>>
=
throw
Exception
()
// method: InOfOutInOutPositionKt::f
// jvm signature: ()LIn;
// generic signature: ()LIn<LOut<LX;>;>;