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

9 lines
92 B
Kotlin

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