Sign in
dart
/
sdk
/
bd94de8e4866cc315a08bd6ef6d20037da717a01
/
.
/
pkg
/
front_end
/
testcases
/
await.dart.direct.expect
blob: 5b1be33cefde5d5867d459bcfd51dd38c5c5823f [
file
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
()
→
dynamic
async
{
core
::
print
(
await
"Hello, World!"
);
}