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

5 lines
72 B
Kotlin

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