You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing data-types, we include the initializer in the data-types source locations, leading to confusing error messages when converting the location to a slice:
FUNCTION main: DINT
VAR
x: REF_TO STRING;
y: REF_TO DINT := REF(x);
END_VAR
END_FUNCTION
When parsing data-types, we include the initializer in the data-types source locations, leading to confusing error messages when converting the location to a slice:
The text was updated successfully, but these errors were encountered: