9 lines
153 B
Plaintext
Vendored
9 lines
153 B
Plaintext
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class WithCompanion {
|
|
actual companion object {
|
|
actual fun foo() {}
|
|
}
|
|
|
|
} |