blob: a209d5956518a303142d0fb00943e970bacc9f49 [file]
== test ==
fun test() {
throw Exception()
test()
}
---------------------
Exception() <v0>: {<: Throwable} NEW: call(Exception(), <init>) -> <v0>
test() <v1>: * NEW: call(test(), test) -> <v1>
{ throw Exception() test() } <v1>: * COPY
=====================