mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
8 lines
169 B
Kotlin
Vendored
8 lines
169 B
Kotlin
Vendored
class In<in T>
|
|
class X
|
|
|
|
fun f(): In<In<X>> = throw Exception()
|
|
|
|
// method: InOfInInOutPositionKt::f
|
|
// jvm signature: ()LIn;
|
|
// generic signature: ()LIn<LIn<-LX;>;>; |