File tree Expand file tree Collapse file tree
src/semmle/code/csharp/controlflow
test/library-tests/controlflow/graph Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import csharp
55 */
66module ControlFlow {
77 private import semmle.code.csharp.controlflow.BasicBlocks as BBs
8- private import semmle.code.csharp.controlflow.Completion
8+ private import semmle.code.csharp.controlflow.internal. Completion
99
1010 /**
1111 * A control flow node.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ private import semmle.code.csharp.commons.Assertions
88private import semmle.code.csharp.commons.ComparisonTest
99private import semmle.code.csharp.commons.StructuralComparison:: Internal
1010private import semmle.code.csharp.controlflow.BasicBlocks
11- private import semmle.code.csharp.controlflow.Completion
11+ private import semmle.code.csharp.controlflow.internal. Completion
1212private import semmle.code.csharp.dataflow.Nullness
1313private import semmle.code.csharp.frameworks.System
1414
File renamed without changes.
Original file line number Diff line number Diff line change 11import csharp
22import ControlFlow:: Internal
3- private import semmle.code.csharp.controlflow.Completion
3+ private import semmle.code.csharp.controlflow.internal. Completion
44import Common
55
66from SourceControlFlowElement cfe , Completion c
Original file line number Diff line number Diff line change 11import csharp
2- import semmle.code.csharp.controlflow.Completion
2+ import semmle.code.csharp.controlflow.internal. Completion
33import ControlFlow
44import ControlFlow:: Internal
55
You can’t perform that action at this time.
0 commit comments