6 lines
135 B
Kotlin
Vendored
6 lines
135 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
|
|
fun baz(foo: String) {
|
|
foo.let<caret> { it.length + "".indexOfLast { c -> c == it[0] } }
|
|
} |