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