Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
async_closure_return_type_future.dart.textual_outline_modelled.expect
blob: 95b148d09969464cb713f58787075bda6c21faf5 [
file
] [
log
] [
blame
]
library test
;
main
()
{}
var
f
=
()
async
=>
0
;