5 lines
67 B
Kotlin
5 lines
67 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(x: String) {
|
|
x.<caret>length
|
|
}
|