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