3612c2983e
This can fix a lot of issues related to inexact generation, in particular #KT-27093 Fixed
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() {
|
|
}
|
|
}
|