mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
7 lines
229 B
Kotlin
7 lines
229 B
Kotlin
fun never(): Array<Int> = throw Exception()
|
|
|
|
// method: namespace::never
|
|
// jvm signature: ()[Ljava/lang/Integer;
|
|
// generic signature: null
|
|
// kotlin signature: ()[Ljava/lang/Integer; // TODO: need to skip kotlin signature
|