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; | |
import "dart:core" as core; | |
static method main() → dynamic { | |
core::print("Hello, World!"); | |
} |