Files

7 lines
108 B
Kotlin
Vendored

// DISABLE-ERRORS
expect class My(a: Int, b: String) {
fun test()
constructor(b: String, a: Int)
}