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

5 lines
72 B
Plaintext
Vendored

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