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