Files
kotlin-fork/compiler/testData/cfg/declarations/functions/FailFunction.kt
T
2014-03-07 21:08:14 +04:00

3 lines
61 B
Kotlin
Vendored

fun fail() : Nothing {
throw java.lang.RuntimeException()
}