blob: 0dcf2055ab7a91c7f5629c563a639aa678ee83d8 [file] [log] [blame]
// WITH_RUNTIME
// IS_APPLICABLE: false
fun baz(foo: String) {
foo.let<caret> { it.substringAfterLast(it.capitalize()) }
}