Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCallForScopeFunction
/
let.kt.after
blob: 1e01ce6852be8275dbfc3b9ebf157c7fc9131084 [
file
] [
log
] [
blame
]
// "Replace scope function with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
?)
{
a
?.
let
{
it
.
length
}
}