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;>;>;