Files
kotlin/idea/testData/quickfix/createFromUsage/createFunction/call/beforeFunWithPackageName.kt

7 lines
85 B
Kotlin

// "Create function 'foo'" "true"
package foo
fun test() {
<caret>foo(2, "2")
}