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