mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
C#: Fix failed CIL test.
This commit is contained in:
@@ -1095,7 +1095,7 @@ module DataFlow {
|
||||
}
|
||||
|
||||
pragma[noinline]
|
||||
private predicate localFlowStep0(Node pred, Node succ, Configuration config, Callable c) {
|
||||
private predicate localFlowStep0(Node pred, Node succ, Configuration config, DotNet::Callable c) {
|
||||
config.isAdditionalFlowStep(pred, succ) and
|
||||
pred.getEnclosingCallable() = c
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user