mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
8 lines
94 B
Plaintext
Vendored
8 lines
94 B
Plaintext
Vendored
// "Convert member to extension" "true"
|
|
|
|
actual class Foo {
|
|
}
|
|
|
|
actual fun Foo.foo(n: Int) {
|
|
|
|
} |