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