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