blob: c1c805023df0e6659507c9c1d186707db47c8072 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/ambiguous_exports.dart:7:1: Error: 'main' is exported from both 'pkg/front_end/testcases/hello.dart' and 'pkg/front_end/testcases/map.dart'.
// export 'map.dart' show main;
// ^
//
import self as self;
export "org-dartlang-testcase:///hello.dart";
export "org-dartlang-testcase:///map.dart";
static const field dynamic _exports# = "{\"main\":\"'main' is exported from both 'pkg/front_end/testcases/hello.dart' and 'pkg/front_end/testcases/map.dart'.\"}" /* from null */;