mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Use new option name
This commit is contained in:
@@ -220,7 +220,7 @@ Call chooseASignatureMismatchWitness(Function base, Function sub) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
module CallOption = LocOption2<Location, Call>;
|
module CallOption = LocatableOption<Location, Call>;
|
||||||
|
|
||||||
from Function base, Function sub, string msg, string extraMsg, CallOption::Option call
|
from Function base, Function sub, string msg, string extraMsg, CallOption::Option call
|
||||||
where
|
where
|
||||||
|
|||||||
Reference in New Issue
Block a user