blob: 1847bf59be6efe31ecc367f3e25637adca3d2f69 [file] [log] [blame]
Johnni Wintheraa31a912020-02-24 13:29:05 +00001// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4
5const a = <int>[];
6const b = <int?>[];
7const c = {a: 0, b: 1};
8
9main() {}