Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tom Hvitved
2026-05-29 14:24:45 +02:00
committed by GitHub
parent 09371339d7
commit caae5a8bf1
2 changed files with 4 additions and 4 deletions

View File

@@ -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() }
}