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