926deebff5
#KT-13314 Fixed
5 lines
52 B
Kotlin
Vendored
5 lines
52 B
Kotlin
Vendored
fun f() {
|
|
if (1 !in intArrayOf()) {
|
|
|
|
}
|
|
} |