Johnni Winther | aa31a91 | 2020-02-24 13:29:05 +0000 | [diff] [blame] | 1 | // 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 | |||||
5 | const a = <int>[]; | ||||
6 | const b = <int?>[]; | ||||
7 | const c = {a: 0, b: 1}; | ||||
8 | |||||
9 | main() {} |