JVM IR: Do not unbox Results in suspend lambda invoke methods (KT-46813)
This commit is contained in:
committed by
Ilmir Usmanov
parent
ff3f3d2f9b
commit
984e912f8d
+6
@@ -9240,6 +9240,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt45377.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt46813.kt")
|
||||
public void testKt46813() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt46813.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lastExpressionIsLoop.kt")
|
||||
public void testLastExpressionIsLoop() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user