6 lines
168 B
Kotlin
Vendored
6 lines
168 B
Kotlin
Vendored
fun listOfStar(): List<*> = throw Exception()
|
|
|
|
|
|
// method: ListOfStarKt::listOfStar
|
|
// jvm signature: ()Ljava/util/List;
|
|
// generic signature: ()Ljava/util/List<*>; |