aa26db0538
instead of callee expression
11 lines
341 B
Plaintext
Vendored
11 lines
341 B
Plaintext
Vendored
== 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
|
|
=====================
|