This commit is contained in:
Erik Krogh Kristensen 2022-08-09 11:05:28 +02:00 коммит произвёл erik-krogh
Родитель 79a8f96139
Коммит ad09386c5e
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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