blob: a6d3627c3b948aee987da0283562e13df76b4aba [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;
import self as hel;
static method main() dynamic
;