4 lines
79 B
Kotlin
Vendored
4 lines
79 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
fun f(s : String?) : Boolean {
|
|
return (s?.equals("a"))!!
|
|
} |