Regenerate tests
This commit is contained in:
Generated
+12
@@ -1266,6 +1266,18 @@ public class FirJsES6CodegenInlineTestGenerated extends AbstractFirJsES6CodegenI
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
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
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user