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

6 lines
86 B
Kotlin
Vendored

annotation class MyAnnotation(val x: Int = 10)
@MyAnnotation(<caret>)
fun test() {
}