[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
@@ -1,8 +1,8 @@
package n
class C {
fun component1() = 1
fun component2() = 2
operator fun component1() = 1
operator fun component2() = 2
}
fun test(c: C) {