11 lines
84 B
Plaintext
11 lines
84 B
Plaintext
fun test() {
|
|
val str = ""
|
|
|
|
str
|
|
|
|
.length
|
|
|
|
str
|
|
|
|
?.length
|
|
} |