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