97b0f50d35
#KT-6023 Fixed
5 lines
95 B
Kotlin
5 lines
95 B
Kotlin
// "Create extension function 'foo'" "true"
|
|
|
|
fun test() {
|
|
val a: Int = Unit.<caret>foo(2)
|
|
} |