[Tests] Add regression test for #KT-63732
This commit is contained in:
committed by
Space Team
parent
9ea4afe7c8
commit
11ab90ecbd
+6
@@ -21185,6 +21185,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
Generated
+6
@@ -21185,6 +21185,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
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 {
|
||||
|
||||
+6
@@ -21185,6 +21185,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
+6
@@ -21185,6 +21185,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user