Feature Overview
This feature enables simple creation of arrays/lists and maps.
This feature enables simple creation of arrays/lists and maps.
None
public class ArrayCreation {
public static void run(Object o) {
}
public static void main() {
Map m = new Map{ 'a': 2, };
List