Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCall
/
extFunction.kt.after
blob: 7d18b9a606f7021438b67a7940dce829f90ca812 [
file
] [
log
] [
blame
]
// "Replace with safe (this?.) call" "true"
// WITH_RUNTIME
fun
String
?.
foo
()
{
this
?.
toLowerCase
()
}