mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
5 lines
174 B
Kotlin
5 lines
174 B
Kotlin
fun f(): List<String> = throw Exception()
|
|
|
|
// method: _DefaultPackage::f
|
|
// jvm signature: ()Ljava/util/List;
|
|
// generic signature: ()Ljava/util/List<Ljava/lang/String;>; |