Updated tests for control flow: call instruction stores call element
instead of callee expression
This commit is contained in:
@@ -3,6 +3,6 @@ fun Function0<Unit>.foo() {
|
||||
this()
|
||||
}
|
||||
---------------------
|
||||
this() <v0>: * NEW: call(this, invoke) -> <v0>
|
||||
this() <v0>: * NEW: call(this(), invoke) -> <v0>
|
||||
{ this() } <v0>: * COPY
|
||||
=====================
|
||||
=====================
|
||||
Reference in New Issue
Block a user