mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
import csharp
|
|
import ControlFlow
|
|
import Internal
|
|
import Nodes
|
|
|
|
from ElementNode e, BooleanSplit split
|
|
where split = e.getASplit()
|
|
select split, e
|