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

4 lines
144 B
Plaintext
Vendored

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