Files
kotlin-fork/compiler/testData/diagnostics/tests/deparenthesize/parenthesizedSafeCall.kt
T
2015-06-16 21:15:29 +03:00

3 lines
62 B
Kotlin
Vendored

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