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