mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
8 lines
150 B
Kotlin
8 lines
150 B
Kotlin
class In<in T>
|
|
class X
|
|
|
|
fun f(p: In<In<X>>) {}
|
|
|
|
// method: _DefaultPackage::f
|
|
// jvm signature: (LIn;)V
|
|
// generic signature: (LIn<-LIn<-LX;>;>;)V |