blob: b268259d6b40e9d97ab03bbe0480406d78bd16ad [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic async /* emittedValueType= dynamic */ {
core::print(await "Hello, World!" /* runtimeCheckType= dart.async::Future<core::String> */ );
}