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