Regenerate tests

This commit is contained in:
Zalim Bashorov
2023-08-02 00:03:49 +02:00
parent d2f537ede5
commit fe0629ff8a
@@ -1266,6 +1266,18 @@ public class FirJsES6CodegenInlineTestGenerated extends AbstractFirJsES6CodegenI
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {