blob: 5cd22d0952ae6a9d50aa7d8338d0958abaa343c8 [file] [log] [blame]
fun f() {
if (1 !in intArrayOf()) {
}
}