Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_on_generic_constructor_arguments_empty_list.dart.textual_outline_modelled.expect
blob: e53cfca5c6ca864332dc5d850a077e577c3cbcc2 [
file
] [
log
] [
blame
]
library test
;
class
F3
<
T
>
{
F3
(
Iterable
<
Iterable
<
T
>>
a
)
{}
}
class
F4
<
T
>
{
F4
({
required
Iterable
<
Iterable
<
T
>>
a
})
{}
}
void
main
()
{}