test(KT-51066): fixate behavior of value classes in composition with suspend lambdas.

This commit is contained in:
Artem Kobzar
2022-04-20 15:49:09 +00:00
committed by Space
parent 2e79590750
commit 59bd2fbb91
3 changed files with 43 additions and 0 deletions
@@ -790,6 +790,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/coroutines/debugStatement.kt");
}
@Test
@TestMetadata("lambdaWithValueClass.kt")
public void testLambdaWithValueClass() throws Exception {
runTest("js/js.translator/testData/box/coroutines/lambdaWithValueClass.kt");
}
@Test
@TestMetadata("localVarOptimization.kt")
public void testLocalVarOptimization() throws Exception {
@@ -790,6 +790,12 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/coroutines/debugStatement.kt");
}
@Test
@TestMetadata("lambdaWithValueClass.kt")
public void testLambdaWithValueClass() throws Exception {
runTest("js/js.translator/testData/box/coroutines/lambdaWithValueClass.kt");
}
@Test
@TestMetadata("localVarOptimization.kt")
public void testLocalVarOptimization() throws Exception {