7 lines
225 B
Kotlin
7 lines
225 B
Kotlin
fun never(): Array<Int> = throw Exception()
|
|
|
|
// method: _DefaultPackage::never
|
|
// jvm signature: ()[Ljava/lang/Integer;
|
|
// generic signature: null
|
|
// kotlin signature: ()[Ljet/Int; // TODO: need to skip kotlin signature
|