5 lines
106 B
Kotlin
Vendored
5 lines
106 B
Kotlin
Vendored
fun foo(s: String?): Int {
|
|
do {
|
|
} while (s==null)
|
|
return <!DEBUG_INFO_SMARTCAST!>s<!>.length
|
|
} |