JVM JVM_IR hide sealed class constructors
This commit is contained in:
+18
-6
@@ -4906,12 +4906,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/classes/rightHandOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("sealedInSameFile.kt")
|
||||
public void testSealedInSameFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/classes/sealedInSameFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("selfcreate.kt")
|
||||
public void testSelfcreate() throws Exception {
|
||||
@@ -34494,6 +34488,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/sealed"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("constructorAnnotations.kt")
|
||||
public void testConstructorAnnotations() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sealed/constructorAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegatingConstructor.kt")
|
||||
public void testDelegatingConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sealed/delegatingConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("multipleFiles_enabled.kt")
|
||||
public void testMultipleFiles_enabled() throws Exception {
|
||||
@@ -34506,6 +34512,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/sealed/objects.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("sealedInSameFile.kt")
|
||||
public void testSealedInSameFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sealed/sealedInSameFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user