blob: 42bbbc364854a4b8659e9c50b0f1ac059389cb63 [file] [log] [blame]
library;
import self as self;
import "org-dartlang-testcase:///export.dart";
static method main() dynamic
;
library export;
import self as self2;
import "foo.dart" as foo;
additionalExports = (foo::foo)
export "org-dartlang-testcase:///foo.dart";
library foo;
import self as foo;
static method foo() dynamic
;