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
Currently, an array takes only generator arrayContent. There are two problems with it:
it is not possible to generate mixed-value list: ['one', 2]
it is not possible to define an array with constant values: ['one', 'two'] - although workaround could be possible with Enum support, it would be better to have support for constant values in an array:
Currently, an array takes only
generator
arrayContent. There are two problems with it:The text was updated successfully, but these errors were encountered: