Files
kotlin/idea/testData/quickfix/variables/changeToFunctionInvocation/funInvWithoutParentheses.kt.after

9 lines
92 B
Plaintext
Vendored

// "Change to function invocation" "true"
package a
fun foo() {}
fun test() {
foo()
}