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

8 lines
217 B
Plaintext
Vendored

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