blob: 95c5f13830d45c4ba880f717eaeab2d1c828d825 [file] [log] [blame]
// Copyright (c) 2018, 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.
final foo = Map<int>(); //# 01: compile-time error
main() {}