| library /*isNonNullableByDefault*/; | |
| 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> */ ); | |
| } |