[Tests] Add regression test for #KT-63732

This commit is contained in:
Kirill Rakhman
2023-11-23 11:18:21 +01:00
committed by Space Team
parent 9ea4afe7c8
commit 11ab90ecbd
20 changed files with 136 additions and 0 deletions
@@ -24244,6 +24244,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
}
@Test
@TestMetadata("kt63732.kt")
public void testKt63732() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt63732.kt");
}
@Test
@TestMetadata("kt6804.kt")
public void testKt6804() throws Exception {
@@ -24700,6 +24700,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
}
@Test
@TestMetadata("kt63732.kt")
public void testKt63732() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt63732.kt");
}
@Test
@TestMetadata("kt6804.kt")
public void testKt6804() throws Exception {
@@ -23788,6 +23788,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
}
@Test
@TestMetadata("kt63732.kt")
public void testKt63732() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt63732.kt");
}
@Test
@TestMetadata("kt6804.kt")
public void testKt6804() throws Exception {
@@ -24245,6 +24245,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
}
@Test
@TestMetadata("kt63732.kt")
public void testKt63732() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt63732.kt");
}
@Test
@TestMetadata("kt6804.kt")
public void testKt6804() throws Exception {