[IR] Prepare MFVC-lowering for the new MFVC classes

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-07-07 03:14:44 +02:00
committed by teamcity
parent eb0aa55571
commit 8ba20bee5b
15 changed files with 844 additions and 115 deletions
+2
View File
@@ -155,6 +155,8 @@ fun reuseBoxed(list: MutableList<R<List<Int>>>) {
}
fun supply(x: Boolean) {}
fun equalsChecks1(x: A<List<Int>>) {}
fun equalsChecks(left: R<List<Int>>, right: R<List<Int>>) {
supply(left == right)
supply(left as Any == right)