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

6 lines
163 B
Kotlin
Vendored

// "Create actual annotation class for module testModule_JVM (JVM)" "true"
@RegAnn // some comment
expect annotation class SomeAnn<caret>
annotation class RegAnn