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

5 lines
72 B
Kotlin
Vendored

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