Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_on_function_arguments_infer_downwards.dart.textual_outline.expect
blob: ca0da7e0118f91994dc55477df37f2ff022a6f64 [
file
] [
log
] [
blame
]
library test
;
void
f0
(
List
<int>
a
)
{}
void
f1
({
required
List
<int>
a
})
{}
void
f2
(
Iterable
<int>
a
)
{}
void
f3
(
Iterable
<
Iterable
<int>
>
a
)
{}
void
f4
({
required
Iterable
<
Iterable
<int>
>
a
})
{}
void
test
()
{}
main
()
{}