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

7 lines
85 B
Kotlin
Vendored

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