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