dd0b267531
So #KT-23686 Fixed
9 lines
184 B
Plaintext
Vendored
9 lines
184 B
Plaintext
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class My actual constructor(a: Int, b: String) {
|
|
actual constructor(b: String, a: Int)
|
|
|
|
actual fun test() {}
|
|
}
|