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

5 lines
78 B
Kotlin
Vendored

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