Minor: Update test data because of KT-15697

This commit is contained in:
Yan Zhulanow
2017-02-03 21:51:36 +03:00
parent de3cb4567f
commit 62092f31cc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ public final class State {
package test;
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
public abstract @interface MyAnnotation {
}
+1
View File
@@ -12,6 +12,7 @@ public enum EnumClass {
package test;
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
public abstract @interface MyAnnotation {
}