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