class Ints { syntax from "[" Arg(1{d}, ints) {", " Arg(1{d}, ints)} "]"; ints: Array; } let a: Ints = [1, 2, 3];