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
This commit is contained in:
Alexander Udalov
2019-05-30 16:49:02 +02:00
parent 74e8c7c1c5
commit ceecbfdcea
@@ -83,6 +83,9 @@ public final class Test {
java.lang.String a) {
}
/**
* prop2.
*/
@Anno()
public static void prop2$annotations() {
}