Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCallForScopeFunction
/
letWithParam.kt.after
blob: 8f3e6c675e8a3ac0bcef9f2b93fd3520d6dc32ec [
file
]
// "Replace scope function with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
?)
{
a
?.
let
{
s
->
s
.
length
}
}