blob: 19cea41a7b8b2d5c49482d9acd113579e4491c69 [file] [log] [blame]
// Copyright (c) 2014, 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.9
library library_imports_metadata;
@m1
import 'dart:mirrors' as mirrors;
@m2
@m3
import 'dart:collection';
import 'dart:async';
const m1 = const Object();
const m2 = const Object();
const m3 = const Object();