dd0b267531
So #KT-23686 Fixed
7 lines
127 B
Kotlin
Vendored
7 lines
127 B
Kotlin
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class <caret>My {
|
|
actual constructor(b: String, a: Int)
|
|
}
|