Don't generate annotations on synthetic accessor parameters

This commit is contained in:
Mikhael Bogdanov
2018-09-18 11:43:41 +02:00
parent 38652372ce
commit 1face1c334
5 changed files with 43 additions and 4 deletions
@@ -210,6 +210,11 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
runTest("compiler/testData/codegen/bytecodeListing/annotations/noAdditionalAnnotationsInAccessors.kt");
}
@TestMetadata("noAnnotationsInSyntheticAccessors.kt")
public void testNoAnnotationsInSyntheticAccessors() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/annotations/noAnnotationsInSyntheticAccessors.kt");
}
@TestMetadata("onProperties.kt")
public void testOnProperties() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/annotations/onProperties.kt");