[Tests] Add test for KT-65197

^KT-65197
This commit is contained in:
Vladimir Sukharev
2024-01-30 14:00:59 +01:00
committed by Space Team
parent 9f8ea3e2e5
commit 112473f310
21 changed files with 150 additions and 0 deletions
@@ -4459,6 +4459,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/casts/kt59022.kt");
}
@Test
@TestMetadata("kt65197.kt")
public void testKt65197() throws Exception {
runTest("compiler/testData/codegen/box/casts/kt65197.kt");
}
@Test
@TestMetadata("lambdaToUnitCast.kt")
public void testLambdaToUnitCast() throws Exception {
@@ -4555,6 +4555,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/casts/kt59022.kt");
}
@Test
@TestMetadata("kt65197.kt")
public void testKt65197() throws Exception {
runTest("compiler/testData/codegen/box/casts/kt65197.kt");
}
@Test
@TestMetadata("lambdaToUnitCast.kt")
public void testLambdaToUnitCast() throws Exception {
@@ -4363,6 +4363,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/casts/kt59022.kt");
}
@Test
@TestMetadata("kt65197.kt")
public void testKt65197() throws Exception {
runTest("compiler/testData/codegen/box/casts/kt65197.kt");
}
@Test
@TestMetadata("lambdaToUnitCast.kt")
public void testLambdaToUnitCast() throws Exception {
@@ -4460,6 +4460,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/casts/kt59022.kt");
}
@Test
@TestMetadata("kt65197.kt")
public void testKt65197() throws Exception {
runTest("compiler/testData/codegen/box/casts/kt65197.kt");
}
@Test
@TestMetadata("lambdaToUnitCast.kt")
public void testLambdaToUnitCast() throws Exception {