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

4 lines
42 B
Kotlin
Vendored

@MyJavaAnnotation(<caret>)
fun test() {
}