Files
kotlin-fork/idea/testData/multiModuleQuickFix/createExpect/functionInInterface/common/My.kt.after
T

5 lines
69 B
Plaintext
Vendored

// DISABLE-ERRORS
expect interface My {
fun foo(param: String)
}