mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
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)
|
|
} |