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

5 lines
73 B
Kotlin

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