Skip to content

Commit ad09386

Browse files
committed
add explicit this
1 parent 79a8f96 commit ad09386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/ast/Ast.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ class Import extends TImport, ModuleMember, TypeRef {
11821182
*
11831183
* Does NOT include type arguments!
11841184
*/
1185-
string getSelectionName() { result = getModuleExpr().getQualifiedName() }
1185+
string getSelectionName() { result = this.getModuleExpr().getQualifiedName() }
11861186

11871187
/**
11881188
* Gets the module expression selected in the import statement.

0 commit comments

Comments
 (0)