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

3 lines
96 B
Kotlin
Vendored

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