blob: 1a2b722e2352c80d07b2f356b83cf6f842d5e486 [file] [log] [blame]
library;
import self as self;
import "hello.dart" as hel;
additionalExports = (hel::main)
export "org-dartlang-testcase:///hello.dart" show main;
library /*isNonNullableByDefault*/;
import self as hel;
static method main() dynamic
;