Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_annotations_typedef.dart.textual_outline_modelled.expect
blob: 47100a9f95b4ac850f25f8c29115bc4904af805e [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
Foo
{
const
Foo
(
List
<
String
>
l
);
}
main
()
{}
@Foo
(
const
[])
typedef
void
F
();