Files
kotlin-fork/idea/testData/quickfix/restrictedRetentionForExpressionAnnotation/addSourceRetention/emptyRetention2.kt
T

9 lines
261 B
Kotlin
Vendored

// "Add SOURCE retention" "false"
// DISABLE-ERRORS
// ACTION: Change existent retention to SOURCE
// ACTION: Make internal
// ACTION: Make private
// ACTION: Remove EXPRESSION target
<caret>@Retention()
@Target(AnnotationTarget.EXPRESSION)
annotation class Ann