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

8 lines
111 B
Plaintext
Vendored

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