blob: c5b66d3e36be4937fc873182ca007ecc3bba9113 [file] [log] [blame]
main() {
var list = [1, 2, 3];
list[1] = 6;
print(list);
}