FIR CFA: add edges from maybe-throwing statements to catch/finally
This commit is contained in:
Generated
+6
@@ -6082,6 +6082,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/scopeOfAnonymousInitializer.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartCastInCatch.kt")
|
||||
public void testSmartCastInCatch() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/smartCastInCatch.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwInLambda.kt")
|
||||
public void testThrowInLambda() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user