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

9 lines
97 B
Kotlin
Vendored

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