AddAnnotationTargetTest: replace retention annotation if needed
This fixes testExpression3 from this test group
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Add annotation target" "true"
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class Foo
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user