@abaplint/core 2.105.25 → 2.105.26
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.
|
@@ -469,7 +469,7 @@ class TypeUtils {
|
|
|
469
469
|
if (source instanceof basic_1.TableType && source.isWithHeader() === false) {
|
|
470
470
|
return false;
|
|
471
471
|
}
|
|
472
|
-
else if (target instanceof basic_1.StringType
|
|
472
|
+
else if ((target instanceof basic_1.StringType || target instanceof basic_1.CharacterType)
|
|
473
473
|
&& source instanceof basic_1.StructureType
|
|
474
474
|
&& this.isCharLike(source)) {
|
|
475
475
|
return true;
|
package/build/src/registry.js
CHANGED