@abaplint/core 2.115.13 → 2.115.14
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.
|
@@ -296,6 +296,9 @@ class Source {
|
|
|
296
296
|
if (context instanceof basic_1.FloatType && found instanceof basic_1.IntegerType) {
|
|
297
297
|
return context;
|
|
298
298
|
}
|
|
299
|
+
else if (context instanceof basic_1.IntegerType && (found === null || found === void 0 ? void 0 : found.isGeneric())) {
|
|
300
|
+
return context;
|
|
301
|
+
}
|
|
299
302
|
else {
|
|
300
303
|
return found;
|
|
301
304
|
}
|
package/build/src/registry.js
CHANGED