blob: d69e151bdbb0d7a149b8d3814b1cca76f0af493d [file] [log] [blame]
/// {@canonicalFor reexport.somelib.SomeClass}
/// {@canonicalFor reexport.somelib.AUnicornClass}
/// {@canonicalFor something.ThatDoesntExist}
/// {@canonicalFor reexport.somelib.DocumentThisExtensionOnce}
/// {@category Unreal}
library reexport_two;
// Intentionally create some duplicates via reexporting.
export 'src/mixins.dart' show MixedIn, AMixin;
export 'src/somelib.dart';