[JVM] Extend boxing/unboxing optimizations to coroutine boxing.
This commit is contained in:
+6
@@ -742,6 +742,12 @@ public class FirBytecodeTextTestGenerated extends AbstractFirBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/boxingOptimization/simpleUninitializedMerge.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendBoxing.kt")
|
||||
public void testSuspendBoxing() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/boxingOptimization/suspendBoxing.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsafeRemoving.kt")
|
||||
public void testUnsafeRemoving() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user