Update testData for restricted expression annotations retention
This commit is contained in:
@@ -5,4 +5,5 @@ fun foo() {
|
||||
}
|
||||
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class ann
|
||||
Reference in New Issue
Block a user