KT-43370 ACC_DEPRECATED on property accessors implemented by delegation
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user