mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +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: ()[Ljava/lang/CharSequence; // TODO: need to skip kotlin signature
|