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

3 lines
96 B
Plaintext
Vendored

// "Remove EXPRESSION target" "true"
@Retention(AnnotationRetention.BINARY)
annotation class Ann