Files
kotlin-fork/idea/testData/intentions/replaceSingleLineLetIntention/multipleReceiver.kt
T

7 lines
128 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: false
fun baz(foo: String) {
foo.let<caret> { it.substringAfterLast(it.capitalize()) }
}