Fix tests
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
annotation(repeatable = true) class RepeatableAnn
|
||||
annotation(repeatable = true, retention = AnnotationRetention.SOURCE) class RepeatableAnn
|
||||
annotation class Ann
|
||||
|
||||
public class A(@param:Ann <!REPEATED_ANNOTATION!>@Ann<!> val x: Int, @param: RepeatableAnn @Ann val y: Int) {
|
||||
|
||||
Reference in New Issue
Block a user