Files

6 lines
83 B
Kotlin
Vendored

// FIR_IDENTICAL
fun test(a: Any?) {
if (a is String) {
a == ""
}
}