Files
kotlin-fork/compiler/testData/cfg/deadCode/DeadCode.kt
T
2013-12-05 13:02:17 +04:00

4 lines
47 B
Kotlin
Vendored

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