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

4 lines
129 B
Plaintext
Vendored

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