blob: afb6162ed72cc96b07855cc32ca9a3312d1ca3cf [file] [log] [blame]
const a = <int>[];
const b = <int?>[];
const c = {a: 0, b: 1};
main() {}