mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
add explicit this
This commit is contained in:
committed by
erik-krogh
parent
79a8f96139
commit
ad09386c5e
@@ -1182,7 +1182,7 @@ class Import extends TImport, ModuleMember, TypeRef {
|
||||
*
|
||||
* Does NOT include type arguments!
|
||||
*/
|
||||
string getSelectionName() { result = getModuleExpr().getQualifiedName() }
|
||||
string getSelectionName() { result = this.getModuleExpr().getQualifiedName() }
|
||||
|
||||
/**
|
||||
* Gets the module expression selected in the import statement.
|
||||
|
||||
Reference in New Issue
Block a user