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