7 lines
128 B
Kotlin
Vendored
7 lines
128 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
|
|
fun baz(foo: String) {
|
|
foo.let<caret> { it.substringAfterLast(it.capitalize()) }
|
|
}
|