4 lines
86 B
Kotlin
4 lines
86 B
Kotlin
// "Remove useless '?'" "true"
|
|
fun f(a: Int) : Boolean {
|
|
return a is Int?<caret>
|
|
} |