Files
kotlin-fork/compiler/testData/cfg/propertySafeCall.kt
T
2013-12-05 13:00:44 +04:00

3 lines
39 B
Kotlin

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