FIR checker: reproduce KT-42350
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
da69e3db7c
commit
ea2f773e54
+10
@@ -3844,6 +3844,16 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/assignedInIfElse.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("assignedInTryWithCatch.kt")
|
||||
public void testAssignedInTryWithCatch() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/assignedInTryWithCatch.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("assignedInTryWithoutCatch.kt")
|
||||
public void testAssignedInTryWithoutCatch() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/assignedInTryWithoutCatch.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("assignmentInLocalsInConstructor.kt")
|
||||
public void testAssignmentInLocalsInConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/assignmentInLocalsInConstructor.kt");
|
||||
|
||||
Reference in New Issue
Block a user