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

4 lines
47 B
Kotlin

fun test() {
throw Exception()
test()
}