Files
kotlin-fork/compiler/testData/writeSignature/Nothing.kt
T
2012-01-25 22:23:46 +04:00

7 lines
165 B
Kotlin

fun nothing(): Nothing = throw Exception()
// method: namespace::nothing
// jvm signature: ()V
// generic signature: null
// kotlin signature: ()Ljet/Nothing;