Files
codeql/csharp/ql/test/library-tests/controlflow/guards/Implications.ql
2018-11-08 20:21:34 +01:00

7 lines
186 B
Plaintext

import csharp
import semmle.code.csharp.controlflow.Guards
query predicate impliesStep(Expr e1, AbstractValue v1, Expr e2, AbstractValue v2) {
Internal::impliesStep(e1, v1, e2, v2)
}