mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
6 lines
91 B
Plaintext
Vendored
6 lines
91 B
Plaintext
Vendored
// "Convert member to extension" "true"
|
|
|
|
actual class Foo {
|
|
}
|
|
|
|
actual val Foo.foo get() = 1 |