6 lines
103 B
Kotlin
Vendored
6 lines
103 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
|
|
fun foo() {
|
|
"".let<caret> { it.length + "".indexOf(it) }
|
|
} |