Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/annotationEntry/annotationNoParams.kt.after
T

8 lines
83 B
Plaintext

// "Create annotation 'foo'" "true"
[foo()] fun test() {
}
annotation class foo