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