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