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

5 lines
95 B
Kotlin
Vendored

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