blob: e6ebb66e6658331a298d18ef193f8aa97b5b7c0f [file] [log] [blame]
main() {
print(new Set());
print(new Set.from([1, 2, 3]));
}