93ebb3da65
Fixes #KT-12548
5 lines
41 B
Kotlin
Vendored
5 lines
41 B
Kotlin
Vendored
fun f() {
|
|
if (1 is Int) {
|
|
|
|
}
|
|
} |