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