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

8 lines
100 B
Plaintext

// "Create annotation 'foo'" "true"
[foo(1)] fun test() {
}
annotation class foo(val value: Int)