6 lines
79 B
Kotlin
Vendored
6 lines
79 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
val text = "123"
|
|
text.length<caret> == 0
|
|
} |