6 lines
100 B
Kotlin
Vendored
6 lines
100 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
|
|
fun foo() {
|
|
"".let<caret> { it.substring(0, 1) + it }
|
|
} |