[Tests] Add regression test for KT-63564

#KT-63564 Fixed
This commit is contained in:
Kirill Rakhman
2023-11-22 16:20:22 +01:00
committed by Space Team
parent 674c56827f
commit 934253878b
20 changed files with 127 additions and 0 deletions
@@ -38418,6 +38418,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
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")
@@ -39394,6 +39394,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
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")
@@ -37442,6 +37442,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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")
@@ -38419,6 +38419,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
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")