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