blob: 10e4b1a399966500d6572c1766cd3d59dac2377d [file] [log] [blame]
library reexport_three;
// Test show/hide handling.
export 'src/shadowing_lib.dart' show ADuplicateClass;
// ignore: directives_ordering
export 'src/shadow_lib.dart' hide ADuplicateClass;