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