Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCall
/
apply.kt.after
blob: 0793e6a00231d877f6d8a3ff8ac93b91afa92cbe [
file
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
?)
{
a
.
apply
{
this
?.
length
}
}