Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_on_constructor_arguments_infer_downwards.dart.textual_outline_modelled.expect
blob: 80a15026fa8b3505dadab52d707082c91b2bb509 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
F0
{
F0
(
List
<int>
a
)
{}
}
class
F1
{
F1
({
List
<int>
a
})
{}
}
class
F2
{
F2
(
Iterable
<int>
a
)
{}
}
class
F3
{
F3
(
Iterable
<
Iterable
<int>
>
a
)
{}
}
class
F4
{
F4
({
Iterable
<
Iterable
<int>
>
a
})
{}
}
main
()
{}
void
test
()
{}