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

7 lines
113 B
Kotlin
Vendored

// "Create actual class for module testModule_JVM (JVM)" "true"
package a
import b.B
expect class <caret>A : B