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

5 lines
55 B
Plaintext
Vendored

// DISABLE-ERRORS
expect class My() {
fun test()
}