test(KT-51066): fixate behavior of value classes in composition with suspend lambdas.
This commit is contained in:
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user