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

8 lines
110 B
Plaintext

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