[FIR2IR] Fix considering of Contains intrinsic

This commit is contained in:
Ivan Kochurkin
2021-10-13 19:29:22 +03:00
committed by TeamCityServer
parent 15d23f2a72
commit 0d91e16a15
13 changed files with 8 additions and 17 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun testPrimitiveArray(i: Int, ints: IntArray) = i in ints.indices
fun testObjectArray(i: Int, xs: Array<Any>) = i in xs.indices