Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_methods_iterable_and_future.dart.textual_outline.expect
blob: 649c05e00a74448c0588b4947eae489fc5b0434a [
file
] [
log
] [
blame
]
library test
;
import
'dart:async'
;
Future
<int>
make
(
int
x
)
=>
(
new
Future
(()
=>
x
));
test
()
{}
main
()
{}