JVM Inline: Update tryCatchBlocks when expand mask conditions
Fixes: KT-48989
This commit is contained in:
+6
@@ -18937,6 +18937,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/functions/kt48058.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48989.kt")
|
||||
public void testKt48989() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/kt48989.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt785.kt")
|
||||
public void testKt785() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user