blob: 09deb9bf1e3c8a7217ef786b6c2e7f6d370e147b [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general_nnbd_opt_out/ambiguous_exports.dart:9:1: Error: 'main' is exported from both 'pkg/front_end/testcases/general_nnbd_opt_out/hello.dart' and 'pkg/front_end/testcases/general_nnbd_opt_out/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/general_nnbd_opt_out/hello.dart' and 'pkg/front_end/testcases/general_nnbd_opt_out/map.dart'.\"}" /* from null */;
library;
import self as self2;
static method main() dynamic
;
library;
import self as self3;
static method main() dynamic
;