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

8 lines
100 B
Kotlin

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