Files
kotlin-fork/idea/testData/multiModuleQuickFix/classFunctionWithIncompatibleConstructor/header/header.kt.after
T
2018-06-29 10:54:35 +03:00

7 lines
108 B
Plaintext
Vendored

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