mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
/**
|
|
* @kind graph
|
|
*/
|
|
|
|
import codeql.ruby.CFG
|
|
import codeql.ruby.controlflow.internal.ControlFlowGraphImpl::TestOutput
|
|
|
|
class MyRelevantNode extends RelevantNode {
|
|
MyRelevantNode() { exists(this) }
|
|
}
|