From 62092f31cc15419a6649e898790afc55674928da Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Fri, 3 Feb 2017 21:51:36 +0300 Subject: [PATCH] Minor: Update test data because of KT-15697 --- plugins/kapt3/testData/kotlinRunner/Overloads.it.txt | 1 + plugins/kapt3/testData/kotlinRunner/Simple.it.txt | 1 + 2 files changed, 2 insertions(+) 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 { }