mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
/**
|
|
* @kind graph
|
|
*/
|
|
|
|
import csharp
|
|
import Common
|
|
import semmle.code.csharp.controlflow.internal.ControlFlowGraphImplShared::TestOutput
|
|
|
|
private class MyRelevantNode extends RelevantNode, SourceControlFlowNode { }
|