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

5 lines
165 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