Files
kotlin/idea/testData/quickfix/createFromUsage/createFunction/call/beforeUnitFun.kt
2014-10-14 01:59:44 +04:00

5 lines
83 B
Kotlin

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