Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
future_union_downwards_generic_method_with_generic_return.dart.textual_outline_modelled.expect
blob: d713ac0f33d1905aa785b8c74e6b8e59cd8c227e [
file
] [
log
] [
blame
]
library test
;
import
'dart:async'
;
T id
<
T
>(
T x
)
=>
x
;
main
()
{}
test
(
Future
<
String
>
f
)
async
{}