fix Import::getImportString

This commit is contained in:
Erik Krogh Kristensen
2022-03-28 11:04:18 +02:00
parent 57c39e9642
commit 7ac6f5849c

View File

@@ -1134,7 +1134,7 @@ class Import extends TImport, ModuleMember, ModuleRef {
*/
string getImportString() {
exists(string selec |
not exists(getQualifiedName(_)) and selec = ""
not exists(getSelectionName(_)) and selec = ""
or
selec =
"::" + strictconcat(int i, string q | q = this.getSelectionName(i) | q, "::" order by i)