Sign in
dart
/
sdk
/
5f1682106f9bcc22ae9fbbdc44fde9e788f18d93
/
.
/
pkg
/
front_end
/
testcases
/
dart2js
/
async_lowering
/
no_await.dart.textual_outline.expect
blob: e7a9944b989f9063f452b963f4274501322722f4 [
file
] [
log
] [
blame
]
Future
<int>
foo1
()
async
{}
Future
<void>
foo2
()
async
{}
foo3
()
async
{}
void
bar
(
Future
<int>
Function
()
func
)
{}
Future
<bool>
foo4
()
async
{}
Future
<int>
foo5
(
bool
x
)
async
{}
void
main
()
{}