Files
kotlin-fork/compiler/testData/cfg/FailFunction.kt
T
2013-10-01 19:32:38 +04:00

3 lines
61 B
Kotlin

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