Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCall
/
letWithParameter.kt
blob: d08a42c4aadcbd79b11df80ad1392a916fcb70e2 [
file
] [
log
] [
blame
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
?)
{
a
.
let
{
b
->
b
<caret>
.
length
}
}