Files
kotlin-fork/idea/testData/multiModuleQuickFix/other/classFunctionWithIncompatibleConstructor/header/header.kt.after
T
2019-08-27 17:26:08 +07:00

7 lines
108 B
Plaintext
Vendored

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