Add tests for element -> pseudo-value mapping
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
== neq ==
|
||||
fun neq(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