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

5 lines
72 B
Plaintext
Vendored

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