Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createFunction/call/beforeTopLevelFunNoReceiver.kt
T

5 lines
84 B
Kotlin

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