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