mirror of
https://github.com/github/codeql.git
synced 2026-03-27 09:48:16 +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
|