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