Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
async_closure_return_type_future.dart.weak.expect
blob: 6e900532d93c9fa93771df962275fe2e5f7d8900 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:async"
as
asy
;
import
"dart:core"
as
core
;
static
field
()
→*
asy
::
Future
<
core
::
int
*>*
f
=
()
→
asy
::
Future
<
core
::
int
*>*
async
=>
0
;
static
method main
()
→
dynamic
{
self
::
f
;
}