7 lines
116 B
Kotlin
Vendored
7 lines
116 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
|
|
fun baz(foo: String) {
|
|
foo.let<caret> { it.substring(0, it.length) }
|
|
}
|