mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
9 lines
176 B
Kotlin
Vendored
9 lines
176 B
Kotlin
Vendored
class In<in T>
|
|
class Out<out T>
|
|
class X
|
|
|
|
fun f(p: Out<In<X>>) {}
|
|
|
|
// method: OutOfInInInPositionKt::f
|
|
// jvm signature: (LOut;)V
|
|
// generic signature: (LOut<+LIn<-LX;>;>;)V |