Icon View Incident Report

Serious Serious
Reported By: Michael Dreher
Reported On: 9/28/2016
For: Version 2.05 Build 4
# 4460 Constant Array Declarations Can Result in Incorrect Compiler Errors

In the help/Introduction/Literals there are two examples of the array value type:

- ['This','is','a','string','array','literal']
- [100,2,45]

So I tried

const
s1 = ['This','is','a','string','array','literal'];
s2 = [100,2,45];

and get a compiler error

- "[Error]: Duplicate identifier declaration array of ".


Comments Comments
The issue was the way that the compiler was naming array types that are created "on-the-fly" for use in one-offs like consts.


Resolution Resolution
Fixed Problem on 10/3/2016 in version 2.06 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image