Updated tests for control flow: call instruction stores call element
instead of callee expression
This commit is contained in:
@@ -13,9 +13,9 @@ fun foo() {
|
||||
}
|
||||
---------------------
|
||||
"before" <v0>: * NEW: r("before") -> <v0>
|
||||
1 <v1>: Int NEW: r(1) -> <v1>
|
||||
"after" <v2>: * NEW: r("after") -> <v2>
|
||||
{ "before" object A { { val a = 1 } fun foo() { val b = 2 } } "after" } <v2>: * COPY
|
||||
1 <v1>: Int NEW: r(1) -> <v1>
|
||||
"after" <v2>: * NEW: r("after") -> <v2>
|
||||
{ "before" object A { { val a = 1 } fun foo() { val b = 2 } } "after" } <v2>: * COPY
|
||||
=====================
|
||||
== foo ==
|
||||
fun foo() {
|
||||
@@ -23,4 +23,4 @@ fun foo() {
|
||||
}
|
||||
---------------------
|
||||
2 <v0>: Int NEW: r(2) -> <v0>
|
||||
=====================
|
||||
=====================
|
||||
Reference in New Issue
Block a user