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