mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
7 lines
114 B
Kotlin
Vendored
7 lines
114 B
Kotlin
Vendored
// "Create extension property 'Unit.foo'" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
val a: Int = Unit.<caret>foo
|
|
}
|