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

8 lines
83 B
Kotlin

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