blob: 1f9ae5fd43b709a9e1c43576ebaf533963d0c480 [file] [log] [blame]
// Copyright (c) 2011, 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.
library Imports_A02_lib_reexport2_filtered;
import "1_Imports_A02_lib_reexport_filtered.dart" as P hide B;
export "1_Imports_A02_lib_reexport_filtered.dart" hide B;