blob: a51ea1e89eb2ca25174e7f0ea54c476744937fa7 [file] [log] [blame]
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
const a = <int>[];
const b = <int?>[];
const c = identical(a, b);
main() {}