mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
spelling: immediately
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -271,7 +271,7 @@ private module Cached {
|
||||
|
||||
pragma[noinline]
|
||||
private predicate resolveModuleRefHelper(TypeRef me, ContainerOrModule enclosing, string name) {
|
||||
// The scope is all enclosing modules, the immidiatly containing folder, not the parent folders.
|
||||
// The scope is all enclosing modules, the immediately containing folder, not the parent folders.
|
||||
enclosing = getEnclosingModuleNoFolderStep*(getStartModule(me)) and
|
||||
name = [me.(ModuleExpr).getName(), me.(TypeExpr).getClassName()] and
|
||||
not exists(me.(ModuleExpr).getQualifier()) and
|
||||
|
||||
Reference in New Issue
Block a user