3 lines
61 B
Kotlin
Vendored
3 lines
61 B
Kotlin
Vendored
fun fail() : Nothing {
|
|
throw java.lang.RuntimeException()
|
|
} |