Regenerate tests
This commit is contained in:
+6
@@ -338,6 +338,12 @@ public class FirSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends A
|
|||||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt");
|
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("kt51950.kt")
|
||||||
|
public void testKt51950() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("kt6007.kt")
|
@TestMetadata("kt6007.kt")
|
||||||
public void testKt6007() throws Exception {
|
public void testKt6007() throws Exception {
|
||||||
|
|||||||
+5
@@ -265,6 +265,11 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
|
|||||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt");
|
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("kt51950.kt")
|
||||||
|
public void testKt51950() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("kt6007.kt")
|
@TestMetadata("kt6007.kt")
|
||||||
public void testKt6007() throws Exception {
|
public void testKt6007() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt");
|
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user