blob: e186048766ed0e39df29a28a49c1140a1ea48d78 [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 Exports_A03_t02_lib2;
export "show_hide_t02_lib22.dart" show foo, bar, boo, badaboo hide bar hide C; // exports only foo and boo