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

8 lines
75 B
Kotlin
Vendored

annotation class MyAnnotation
@MyAnnotation(
<caret>
)
fun test() {
}