Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Security Level: Users (General product issues)
-
UNDECIDED
-
Green Sprint 104, Green Sprint 105, Green Sprint 106, Green Sprint 107
Description
Add alternative syntax for list declaration, so that they can be nested:
string[] stringList1; // cannot be nested list[string] stringList2; // can be nested list[map[integer, string]] listOfMaps; list[list[string]] listOfLists; list[list[list[string]]] threeDimensional;
Attachments
Issue Links
- blocks
-
CLO-18040 List and map initializers
-
- Closed
-
- is blocked by
-
CLO-18330 Fix type inference for multi-level lists/maps with nulls or empty collections
-
- Closed
-
- relates to
-
CLO-18041 Variant data type
-
- Closed
-
-
CLO-1895 implement += and -= operators in CTL2 (and many others)
-
- Closed
-
-
CL-2455 CTL: Assignment into an element of a null map/list field throws NPE
-
- Closed
-
-
CLO-403 NPE while attempting to use container data field on output port directly
-
- Closed
-
-
CL-2580 Maps and lists in CTL2 are very inconsistently implemented - make them more generic
-
- Closed
-