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