assigning literal arrays to ARRAY[..] OF STRING
in the implementation-body is broken
#1435
Labels
bug
Something isn't working
Describe the bug
When trying to assign a literal string-array (e.g.
['a', 'b', 'c']
to anARRAY[0..2] OF STRING
,inkwell
will panic with the following message:To Reproduce
Steps to reproduce the behavior:
Compile the following example:
Expected behavior
The string-array should be overwritten with the values in the literal array.
Additional context
The code works fine for the
ARRAY[..] OF DINT
.The text was updated successfully, but these errors were encountered: