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