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

6 lines
136 B
Kotlin
Vendored

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