[Tests] Add regression test for KT-63564
#KT-63564 Fixed
This commit is contained in:
committed by
Space Team
parent
674c56827f
commit
934253878b
+6
@@ -34711,6 +34711,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/sam/kt59858.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63564.kt")
|
||||
public void testKt63564() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt63564.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/sam/adapters")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Generated
+6
@@ -34711,6 +34711,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/sam/kt59858.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63564.kt")
|
||||
public void testKt63564() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt63564.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/sam/adapters")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -34711,6 +34711,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/sam/kt59858.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63564.kt")
|
||||
public void testKt63564() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt63564.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/sam/adapters")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -34711,6 +34711,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/sam/kt59858.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63564.kt")
|
||||
public void testKt63564() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt63564.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/sam/adapters")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user