blob: 530c1e45a577b6821cf31d3dedd61ef9113cf372 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/ambiguous_exports.dart:7:1: Error: 'main' is exported from both 'pkg/front_end/testcases/general/hello.dart' and 'pkg/front_end/testcases/general/map.dart'.
// export 'map.dart' show main;
// ^
//
import self as self;
import "dart:core" as core;
export "org-dartlang-testcase:///hello.dart";
export "org-dartlang-testcase:///map.dart";
static const field dynamic _exports# = #C1 /* from null */;
library;
import self as self2;
import "dart:core" as core;
static method main() dynamic {
core::print("Hello, World!");
}
library;
import self as self3;
import "dart:core" as core;
static method main() dynamic {
core::print(core::Map::•<dynamic, dynamic>());
}
constants {
#C1 = "{\"main\":\"'main' is exported from both 'pkg/front_end/testcases/general/hello.dart' and 'pkg/front_end/testcases/general/map.dart'.\"}"
}