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.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@interface retentionAnnotation {
|
||||
String value();
|
||||
public interface AnnotationWithEnumInParam {
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface RetentionAnnotation {
|
||||
String value();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user