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

7 lines
96 B
Plaintext
Vendored

// DISABLE-ERRORS
expect class WithCompanion {
companion object {
fun foo()
}
}