b0ec3cb831
This reverts commit 363b2550 (partially)
3 lines
66 B
Kotlin
Vendored
3 lines
66 B
Kotlin
Vendored
fun f(s : String?) : Boolean {
|
|
return foo@(s?.equals("a"))!!
|
|
} |