Files
kotlin-fork/idea/testData/quickfix/variables/changeToFunctionInvocation/beforeFunInvWithoutParentheses.kt
T
2012-05-23 21:53:17 +04:00

9 lines
97 B
Kotlin

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