Skip to content

Commit 62092f3

Browse files
committed
Minor: Update test data because of KT-15697
1 parent de3cb45 commit 62092f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugins/kapt3/testData/kotlinRunner/Overloads.it.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public final class State {
3434

3535
package test;
3636

37+
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
3738
public abstract @interface MyAnnotation {
3839
}
3940

plugins/kapt3/testData/kotlinRunner/Simple.it.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public enum EnumClass {
1212

1313
package test;
1414

15+
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
1516
public abstract @interface MyAnnotation {
1617
}
1718

0 commit comments

Comments
 (0)