Deprecate DefaultImpl methods in compatibility mode
This commit is contained in:
+10
@@ -517,6 +517,16 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("deprecation.kt")
|
||||
public void testDeprecation() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deprecationWithDefault.kt")
|
||||
public void testDeprecationWithDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecationWithDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmDefaultWithoutCompatibility.kt")
|
||||
public void testJvmDefaultWithoutCompatibility() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/jvmDefaultWithoutCompatibility.kt");
|
||||
|
||||
+10
@@ -487,6 +487,16 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("deprecation.kt")
|
||||
public void testDeprecation() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deprecationWithDefault.kt")
|
||||
public void testDeprecationWithDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/deprecationWithDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmDefaultWithoutCompatibility.kt")
|
||||
public void testJvmDefaultWithoutCompatibility() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/jvm8/defaults/allCompatibility/jvmDefaultWithoutCompatibility.kt");
|
||||
|
||||
Reference in New Issue
Block a user