blob: 13347c053565432e1f2c5f36bb9bc10a1c4ce08f [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
;