Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCallForScopeFunction
/
let.kt
blob: 61262c3bf6b48d354fe34b99db587e0dc038db7e [
file
]
// "Replace scope function with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
?)
{
a
.
let
{
it
<caret>
.
length
}
}