Sign in
dart
/
sdk.git
/
f860b70c98d03b454eb0ad2fba70e4e2c9641a6f
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_methods_iterable_and_future.dart.weak.outline.expect
blob: abf425d3c8f37bc8bd73e1ba1eab2d98e3f7fcc6 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
import
"dart:async"
as
asy
;
import
"dart:async"
;
static
method make
(
core
::
int
*
x
)
→
asy
::
Future
<
core
::
int
*>*
;
static
method test
()
→
dynamic
;
static
method main
()
→
dynamic
;