blob: 8cd70dfea02e45352727673b7d5896e8e7a96c75 [file] [log] [blame]
// Copyright (c) 2016, 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.
// @dart=2.6
main() {
print(new Map());
}