Add tests for element -> pseudo-value mapping
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
== foo ==
|
||||
fun foo(f: () -> Unit) {
|
||||
f()
|
||||
}
|
||||
---------------------
|
||||
f <v2> NEW(<v1>)
|
||||
f() <v2> COPY
|
||||
{ f() } <v2> COPY
|
||||
=====================
|
||||
Reference in New Issue
Block a user