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