7 lines
93 B
Kotlin
Vendored
7 lines
93 B
Kotlin
Vendored
// "Remove useless is check" "true"
|
|
fun foo(a: String) {
|
|
if (<caret>1 is Int) {
|
|
|
|
}
|
|
}
|