[Tests] Add test for KT-65197
^KT-65197
This commit is contained in:
committed by
Space Team
parent
9f8ea3e2e5
commit
112473f310
+6
@@ -4355,6 +4355,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
Generated
+6
@@ -4355,6 +4355,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
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 {
|
||||
|
||||
+6
@@ -4355,6 +4355,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
+6
@@ -4355,6 +4355,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user