Sign in
dart
/
sdk.git
/
e1e793325c54e85c9a3d84145279694383b74c17
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_async_await.dart.textual_outline.expect
blob: 43e589973c3fe196895d9278ff355165f757a181 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
import
'dart:async'
;
Future
main
()
async
{}