FIR checker: reproduce KT-42348
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
be84110ada
commit
a154cf4c45
+5
@@ -3839,6 +3839,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/assignedInFinally.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("assignedInIfElse.kt")
|
||||
public void testAssignedInIfElse() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/assignedInIfElse.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("assignmentInLocalsInConstructor.kt")
|
||||
public void testAssignmentInLocalsInConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/assignmentInLocalsInConstructor.kt");
|
||||
|
||||
Reference in New Issue
Block a user