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