Files
kotlin/compiler/testData/cfg/deadCode/DeadCode.values

11 lines
282 B
Plaintext

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