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