[JS IR] Regenerate tests
This commit is contained in:
committed by
Space Team
parent
36935702b9
commit
05fd437d42
+6
-6
@@ -2363,18 +2363,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/bridges/methodFromTrait.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodWithDefaultParameter.kt")
|
||||
public void testMethodWithDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodWithDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noBridgeOnMutableCollectionInheritance.kt")
|
||||
public void testNoBridgeOnMutableCollectionInheritance() throws Exception {
|
||||
|
||||
+6
-6
@@ -2267,18 +2267,18 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodFromTrait.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodWithDefaultParameter.kt")
|
||||
public void testMethodWithDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodWithDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noBridgeOnMutableCollectionInheritance.kt")
|
||||
public void testNoBridgeOnMutableCollectionInheritance() throws Exception {
|
||||
|
||||
+6
-6
@@ -2363,18 +2363,18 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/bridges/methodFromTrait.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodWithDefaultParameter.kt")
|
||||
public void testMethodWithDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodWithDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noBridgeOnMutableCollectionInheritance.kt")
|
||||
public void testNoBridgeOnMutableCollectionInheritance() throws Exception {
|
||||
|
||||
+5
-5
@@ -1987,16 +1987,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/bridges/methodFromTrait.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("methodWithDefaultParameter.kt")
|
||||
public void testMethodWithDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodWithDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noBridgeOnMutableCollectionInheritance.kt")
|
||||
public void testNoBridgeOnMutableCollectionInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/noBridgeOnMutableCollectionInheritance.kt");
|
||||
|
||||
+6
-6
@@ -1541,18 +1541,18 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodFromTrait.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodWithDefaultParameter.kt")
|
||||
public void testMethodWithDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodWithDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noBridgeOnMutableCollectionInheritance.kt")
|
||||
public void testNoBridgeOnMutableCollectionInheritance() throws Exception {
|
||||
|
||||
+6
-6
@@ -1595,18 +1595,18 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodFromTrait.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodWithDefaultParameter.kt")
|
||||
public void testMethodWithDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodWithDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noBridgeOnMutableCollectionInheritance.kt")
|
||||
public void testNoBridgeOnMutableCollectionInheritance() throws Exception {
|
||||
|
||||
+5
-5
@@ -1417,16 +1417,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/bridges/methodFromTrait.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("methodWithDefaultParameter.kt")
|
||||
public void testMethodWithDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodWithDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noBridgeOnMutableCollectionInheritance.kt")
|
||||
public void testNoBridgeOnMutableCollectionInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/noBridgeOnMutableCollectionInheritance.kt");
|
||||
|
||||
+6
-6
@@ -1633,18 +1633,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/bridges/methodFromTrait.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodWithDefaultParameter.kt")
|
||||
public void testMethodWithDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodWithDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassTypeParameters.kt")
|
||||
public void testNestedClassTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noBridgeOnMutableCollectionInheritance.kt")
|
||||
public void testNoBridgeOnMutableCollectionInheritance() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user