Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceSingleLineLetIntention
/
multipleReceiver.kt
blob: 0dcf2055ab7a91c7f5629c563a639aa678ee83d8 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
// IS_APPLICABLE: false
fun baz
(
foo
:
String
)
{
foo
.
let
<caret>
{
it
.
substringAfterLast
(
it
.
capitalize
())
}
}