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

4 lines
123 B
Kotlin
Vendored

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