blob: d417392efffde68a77a6870261ad0c2958fcb74f [file] [log] [blame]
// WITH_RUNTIME
fun foo(a: Int, b: Array<Int>) {
!b.contains(a)
}