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

6 lines
152 B
Kotlin
Vendored

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