655fc45a87
Fixes: KT-10680
5 lines
51 B
Kotlin
Vendored
5 lines
51 B
Kotlin
Vendored
fun f() {
|
|
if (1 in intArrayOf()) {
|
|
|
|
}
|
|
} |