KT-43370 ACC_DEPRECATED on property accessors implemented by delegation

This commit is contained in:
Dmitry Petrov
2020-11-17 16:08:00 +03:00
parent 986bdd1099
commit a27c6b77cf
10 changed files with 464 additions and 1 deletions
@@ -783,6 +783,11 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
runTest("compiler/testData/codegen/bytecodeListing/deprecated/hidden.kt");
}
@TestMetadata("inheritingDeprecation.kt")
public void testInheritingDeprecation() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/deprecated/inheritingDeprecation.kt");
}
@TestMetadata("inlineClassTypesInSignature.kt")
public void testInlineClassTypesInSignature() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/deprecated/inlineClassTypesInSignature.kt");
@@ -753,6 +753,11 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
runTest("compiler/testData/codegen/bytecodeListing/deprecated/hidden.kt");
}
@TestMetadata("inheritingDeprecation.kt")
public void testInheritingDeprecation() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/deprecated/inheritingDeprecation.kt");
}
@TestMetadata("inlineClassTypesInSignature.kt")
public void testInlineClassTypesInSignature() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/deprecated/inlineClassTypesInSignature.kt");