Files
kotlin-fork/compiler/testData/cfg/DeadCode.jet
T
2012-05-28 12:09:45 +04:00

4 lines
47 B
Plaintext

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