5 lines
103 B
Kotlin
Vendored
5 lines
103 B
Kotlin
Vendored
// "Remove useless '?'" "true"
|
|
fun f(a: Int) : Boolean {
|
|
return a is Int?<caret>
|
|
}
|
|
/* IGNORE_FIR */ |