Files
kotlin-fork/idea/testData/inspectionsLocal/removeEmptyParenthesesFromAnnotationEntry/simple.kt.after
T

6 lines
60 B
Plaintext
Vendored

annotation class MyAnnotation
@MyAnnotation
fun test() {
}