Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCall
/
apply.kt
blob: a541e684f8cc18848a3c2203a5122ae4057dee73 [
file
] [
log
] [
blame
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
?)
{
a
.
apply
{
this
<caret>
.
length
}
}