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

5 lines
85 B
Kotlin

// "Create function 'foo'" "true"
fun test() {
val a: Int = Unit.<caret>foo(2)
}