Files
kotlin-fork/idea/testData/multiModuleQuickFix/other/makeOpenFromExpect/common/common.kt.after
T

5 lines
172 B
Plaintext
Vendored

// "Make 'One' 'open'" "true"
// ERROR: Expected class 'Two' has no actual declaration in module testModule_JVM for JVM
expect open class One
expect class Two : <caret>One