10 lines
151 B
Plaintext
Vendored
10 lines
151 B
Plaintext
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class My {
|
|
actual constructor(a: Int, b: String)
|
|
|
|
actual fun test() {
|
|
}
|
|
}
|