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