mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
7 lines
258 B
Kotlin
7 lines
258 B
Kotlin
fun never(): Array<java.lang.CharSequence> = throw Exception()
|
|
|
|
// method: namespace::never
|
|
// jvm signature: ()[Ljava/lang/CharSequence;
|
|
// generic signature: null
|
|
// kotlin signature: ()[Mjava/lang/CharSequence; // TODO: need to skip kotlin signature
|