mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -132,7 +132,7 @@ signature module LocalNameBindingInputSig<LocationSig Location> {
|
||||
*
|
||||
* If `scope` declares a local with the name of `n`, then `scope` is guaranteed
|
||||
* to be the scope that `n` ultimately resolves to. This can thus be used to take
|
||||
* full control of scope resolution for for specific types of references.
|
||||
* full control of scope resolution for specific types of references.
|
||||
*/
|
||||
default predicate lookupStartsAt(AstNode n, AstNode scope) { none() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user