fdc0335b4a
So #KT-23326 Fixed
8 lines
131 B
Plaintext
Vendored
8 lines
131 B
Plaintext
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class My {
|
|
// Incompilable function
|
|
actual fun foo() {}
|
|
}
|