KT-2667 Support multi-declarations in for-loops in control flow analysis
#KT-2667 fixed
This commit is contained in:
@@ -1058,6 +1058,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/ComponentFunctionReturnTypeMismatch.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("DataFlowInMultiDeclInFor.kt")
|
||||
public void testDataFlowInMultiDeclInFor() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/DataFlowInMultiDeclInFor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("DataFlowInfoInMultiDecl.kt")
|
||||
public void testDataFlowInfoInMultiDecl() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/declarationChecks/DataFlowInfoInMultiDecl.kt");
|
||||
|
||||
Reference in New Issue
Block a user