Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
replaceWithDotCall
/
functionCall.kt.after
blob: c8fa98741407be08ed7c40e09d26b70240afa40f [
file
] [
log
] [
blame
]
// "Replace with dot call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
)
{
a
.
toLowerCase
()
}