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