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

4 lines
125 B
Kotlin
Vendored

// "Change existent retention to SOURCE" "true"
<caret>@Retention()
@Target(AnnotationTarget.EXPRESSION)
annotation class Ann