blob: a426af13d85d769f2b08f6c9d0bdd34a7b1d0c76 [file] [log] [blame]
// WITH_RUNTIME
fun testCollection(i: Int, xs: List<Any>) = i in xs.indices
fun testLongWithCollection(i: Long, xs: List<Any>) = i in xs.indices
// 0 getIndices
// 0 contains
// 2 size
// 1 I2L