Don't generate additional annotations on synthetic accessors
This commit is contained in:
+5
@@ -205,6 +205,11 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/annotations/literals.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noAdditionalAnnotationsInAccessors.kt")
|
||||
public void testNoAdditionalAnnotationsInAccessors() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/annotations/noAdditionalAnnotationsInAccessors.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onProperties.kt")
|
||||
public void testOnProperties() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/annotations/onProperties.kt");
|
||||
|
||||
Reference in New Issue
Block a user