dd0b267531
So #KT-23686 Fixed
7 lines
108 B
Plaintext
Vendored
7 lines
108 B
Plaintext
Vendored
// DISABLE-ERRORS
|
|
|
|
expect class My(a: Int, b: String) {
|
|
fun test()
|
|
|
|
constructor(b: String, a: Int)
|
|
} |