Files
kotlin-fork/idea/testData/multiModuleQuickFix/createExpect/createWithImport/jvm/a.kt
T
2019-08-27 17:26:09 +07:00

7 lines
120 B
Kotlin
Vendored

// "Create expected class in common module testModule_Common" "true"
package a
import b.B
actual class <caret>A : B()