From ceecbfdceab39c07709e8f3e019b56b6d32e24ca Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 30 May 2019 16:49:02 +0200 Subject: [PATCH] Minor, fix kapt test data on comments ClassFileToSourceStubConverter relies on JvmDeclarationOrigin which is used in the codegen, and that origin has slightly changed for the synthetic '$annotations' method (see `MemberCodegen.generateSyntheticAnnotationsMethod`) in e9b50157 --- plugins/kapt3/kapt3-compiler/testData/converter/comments.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/comments.txt b/plugins/kapt3/kapt3-compiler/testData/converter/comments.txt index de40b23ee52..8bc8f5daeee 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/comments.txt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/comments.txt @@ -83,6 +83,9 @@ public final class Test { java.lang.String a) { } + /** + * prop2. + */ @Anno() public static void prop2$annotations() { }