Files
kotlin-fork/compiler/testData/diagnostics/tests/deparenthesize/labeledSafeCall.fir.kt
T
2021-10-27 12:26:59 +03:00

3 lines
66 B
Kotlin
Vendored

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