Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_on_function_arguments_infer_downwards.dart.textual_outline.expect
blob: d154090914e674c7c2ce099bc1613a81692e042b [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
void
f0
(
List
<int>
a
)
{}
void
f1
({
List
<int>
a
})
{}
void
f2
(
Iterable
<int>
a
)
{}
void
f3
(
Iterable
<
Iterable
<int>
>
a
)
{}
void
f4
({
Iterable
<
Iterable
<int>
>
a
})
{}
void
test
()
{}
main
()
{}