Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
variables
/
changeToFunctionInvocation
/
funInvWithoutParentheses.kt
blob: 45679736045ef197dd0bcc308604ca8984a158bd [
file
] [
log
] [
blame
]
// "Change to function invocation" "true"
package
a
fun foo
()
{}
fun test
()
{
foo
<caret>
}