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

5 lines
167 B
Kotlin
Vendored

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