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