Files
kotlin/compiler/testData/cfg/deadCode/DeadCode.values
2014-06-03 18:17:07 +04:00

13 lines
323 B
Plaintext

== test ==
fun test() {
throw Exception()
test()
}
---------------------
Exception <v0> NEW()
Exception() <v0> COPY
test <v1> NEW()
test() <v1> COPY
{ throw Exception() test() } <v1> COPY
=====================