зеркало из https://github.com/github/codeql.git
add explicit this
This commit is contained in:
Родитель
79a8f96139
Коммит
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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче