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

5 lines
67 B
Kotlin

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