1a13c21377
(cherry picked from commit c0d5df1)
6 lines
116 B
Kotlin
Vendored
6 lines
116 B
Kotlin
Vendored
// "Create extension function 'Unit.foo'" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
val a: Int = Unit.<caret>foo(2)
|
|
} |