8 lines
107 B
Plaintext
Vendored
8 lines
107 B
Plaintext
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class My {
|
|
actual fun foo() {
|
|
}
|
|
}
|