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

6 lines
155 B
Plaintext
Vendored

// "Create expected function in common module testModule_Common" "true"
// DISABLE-ERRORS
actual interface My {
actual fun <caret>foo(param: String)
}