Update testData for restricted expression annotations retention
This commit is contained in:
@@ -3,6 +3,7 @@ annotation class Ann
|
||||
@Ann open class My
|
||||
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class AnnExpr
|
||||
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user