blob: 00de15cbd2c38db2260f6cb8c050d2ba712d030c [file] [log] [blame]
library /*isNonNullableByDefault*/;
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;
import "dart:core" as core;
static method main() dynamic {
core::print("Hello, World!");
}