Files
2021-10-27 12:26:59 +03:00

3 lines
66 B
Kotlin
Vendored

fun f(s : String?) : Boolean {
return foo@(s?.equals("a"))!!
}