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