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