add explicit this

This commit is contained in:
Erik Krogh Kristensen
2022-08-09 11:05:28 +02:00
committed by erik-krogh
parent 79a8f96139
commit ad09386c5e

View File

@@ -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.