[IR] Prepare MFVC-lowering for the new MFVC classes
#KT-1179
This commit is contained in:
committed by
teamcity
parent
eb0aa55571
commit
8ba20bee5b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user