7 lines
165 B
Kotlin
7 lines
165 B
Kotlin
fun nothing(): Nothing = throw Exception()
|
|
|
|
// method: namespace::nothing
|
|
// jvm signature: ()V
|
|
// generic signature: null
|
|
// kotlin signature: ()Ljet/Nothing;
|