Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCallForScopeFunction
/
applyWithThisAndArrow.kt.after
blob: 87d2d2cfbaae742c448e0c42460dd7d042f4b4d7 [
file
] [
log
] [
blame
]
// "Replace scope function with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
?)
{
a
?.
apply
{
->
this
.
length
}
}