mirror of
https://github.com/github/codeql.git
synced 2026-03-30 12:18:18 +02:00
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
import csharp
|
|
import ControlFlow::Internal
|
|
private import semmle.code.csharp.controlflow.internal.Completion
|
|
import Common
|
|
|
|
from SourceControlFlowElement cfe, Completion c
|
|
select cfe, last(cfe, c), c
|