blob: a06a4943f8d984aacf5c9f0972cb2432f0d513d3 [file] [log] [blame]
const a = <Null>[] is List<int>;
const b = <int?>[] is List<int>;
void main() {}