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