Pseudocode: Do not bind call value to callee expressions
This commit is contained in:
@@ -3,7 +3,6 @@ fun Function0<Unit>.foo() {
|
||||
this()
|
||||
}
|
||||
---------------------
|
||||
this <v0> NEW()
|
||||
this() <v0> COPY
|
||||
{ this() } <v0> COPY
|
||||
this() <v0> NEW()
|
||||
{ this() } <v0> COPY
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user