mirror of
https://github.com/github/codeql.git
synced 2026-02-27 20:33:42 +01:00
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
/**
|
|
* @kind graph
|
|
*/
|
|
|
|
import csharp
|
|
import Common
|
|
|
|
private class MyRelevantNode extends SourceControlFlowNode {
|
|
string getOrderDisambiguation() { result = "" }
|
|
}
|
|
|
|
import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl::TestOutput<MyRelevantNode>
|