mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
Wrapped annotations test data so it will be processed by namespace comparator correctly.
This commit is contained in:
@@ -3,7 +3,10 @@ package test;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.FIELD, ElementType.CONSTRUCTOR})
|
||||
@interface targetAnnotation {
|
||||
String value();
|
||||
public interface AnnotationWithArrayOfEnumInParam {
|
||||
|
||||
@Target({ElementType.FIELD, ElementType.CONSTRUCTOR})
|
||||
public @interface targetAnnotation {
|
||||
String value();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user