[Test] Add test for KT-47494
This commit is contained in:
committed by
Space Team
parent
03973419dd
commit
2ad441f6c8
+6
@@ -6204,6 +6204,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/capturingUninitializedVariableInNonInPlaceLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("cfgOfFullyIncorrectCode.kt")
|
||||
public void testCfgOfFullyIncorrectCode() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/cfgOfFullyIncorrectCode.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("checkInnerLocalDeclarations.kt")
|
||||
public void testCheckInnerLocalDeclarations() throws Exception {
|
||||
|
||||
+6
@@ -6210,6 +6210,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/capturingUninitializedVariableInNonInPlaceLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("cfgOfFullyIncorrectCode.kt")
|
||||
public void testCfgOfFullyIncorrectCode() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/cfgOfFullyIncorrectCode.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("checkInnerLocalDeclarations.kt")
|
||||
public void testCheckInnerLocalDeclarations() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user