Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/importDirective/annotationInPackage.kt.after

7 lines
76 B
Plaintext
Vendored

// "Create annotation 'A'" "true"
package p
import p.A
annotation class A