Files
kotlin-fork/compiler/testData/cfg/expressions/propertySafeCall.kt
T
2014-03-07 21:08:14 +04:00

3 lines
39 B
Kotlin

fun test(s: String?) {
s?.length
}