4 lines
70 B
Kotlin
Vendored
4 lines
70 B
Kotlin
Vendored
fun test(b: String?): Int {
|
|
b<expr>!!</expr>
|
|
return b.length
|
|
} |