@abaplint/core 2.118.7 → 2.118.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -256,7 +256,7 @@ class BasicTypes {
|
|
|
256
256
|
}
|
|
257
257
|
}
|
|
258
258
|
this.input.scope.addReference(token, typ, _reference_1.ReferenceType.TypeReference, this.input.filename);
|
|
259
|
-
return typ.getType();
|
|
259
|
+
return this.cloneType(typ.getType(), qualifiedName);
|
|
260
260
|
}
|
|
261
261
|
const type = (_a = this.input.scope.findTypePoolType(chainText)) === null || _a === void 0 ? void 0 : _a.getType();
|
|
262
262
|
if (type) {
|
package/build/src/registry.js
CHANGED