blob: 1192cd9b51231c4fcbea995fae47c592991428ed [file] [log] [blame]
// Copyright (c) 2020, 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.
import 'duplicate_import_lib1.dart';
import 'duplicate_import_lib2.dart';
export 'duplicate_import_lib1.dart';
export 'duplicate_import_lib2.dart';
main() {}