Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/annotationEntry/singleArgAnnotation.kt
2015-06-12 09:23:31 +03:00

5 lines
69 B
Kotlin
Vendored

// "Create annotation 'foo'" "true"
@[<caret>foo(1)] fun test() {
}