Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
replaceWithDotCall
/
functionCall.kt
blob: 9a1069b8cc7cb6f53fb3608d85f49040e5fd9861 [
file
] [
log
] [
blame
]
// "Replace with dot call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
)
{
a
<caret>
?.
toLowerCase
()
}