blob: 25d349fdf995616f40d9c1c931a7e23fadb8741d [file] [log] [blame]
// WITH_RUNTIME
// IS_APPLICABLE: false
fun foo() {
"".let<caret> { it.substring(0, 1) + it }
}