Don't generate annotations on synthetic accessor parameters
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user