Files
kotlin-fork/idea/testData/quickfix/variables/changeToFunctionInvocation/funInvWithoutParentheses.kt
T

9 lines
97 B
Kotlin
Vendored

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