5 lines
95 B
Kotlin
Vendored
5 lines
95 B
Kotlin
Vendored
// "Create extension function 'foo'" "true"
|
|
|
|
fun test() {
|
|
val a: Int = Unit.<caret>foo(2)
|
|
} |