[NI-MIGRATE] Update pseudocode tests for NI

This commit is contained in:
Mikhail Zarechenskiy
2020-02-06 11:27:38 +03:00
parent a0071885bf
commit ca57d6cd16
7 changed files with 39 additions and 42 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ a || false
== anonymous_0 ==
{1}
---------------------
1 <v0>: Int NEW: r(1) -> <v0>
1 <v0>: Int COPY
1 <v0>: {<: Any} NEW: r(1) -> <v0>
1 <v0>: {<: Any} COPY
=====================
== foo ==
fun foo(a : Boolean, b : Int) : Unit {}