mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user