diff --git a/plugins/kapt3/testData/kotlinRunner/Overloads.it.txt b/plugins/kapt3/testData/kotlinRunner/Overloads.it.txt index 77ab7187ad2..40bae3e413d 100644 --- a/plugins/kapt3/testData/kotlinRunner/Overloads.it.txt +++ b/plugins/kapt3/testData/kotlinRunner/Overloads.it.txt @@ -34,6 +34,7 @@ public final class State { package test; +@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME) public abstract @interface MyAnnotation { } diff --git a/plugins/kapt3/testData/kotlinRunner/Simple.it.txt b/plugins/kapt3/testData/kotlinRunner/Simple.it.txt index 2e053ce6257..ceaa086e06d 100644 --- a/plugins/kapt3/testData/kotlinRunner/Simple.it.txt +++ b/plugins/kapt3/testData/kotlinRunner/Simple.it.txt @@ -12,6 +12,7 @@ public enum EnumClass { package test; +@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME) public abstract @interface MyAnnotation { }