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