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