Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/importDirective/annotationInPackage.kt.after
T
2019-03-15 17:27:06 +07:00

7 lines
83 B
Plaintext
Vendored

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