5 lines
68 B
Plaintext
Vendored
5 lines
68 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(s: String?): Int? {
|
|
return s?.length
|
|
} |