Files
kotlin-fork/idea/testData/quickfix/restrictedRetentionForExpressionAnnotation/removeExpressionTarget/binaryRetention.kt
T

4 lines
140 B
Kotlin
Vendored

// "Remove EXPRESSION target" "true"
<caret>@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.EXPRESSION)
annotation class Ann