Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_annotations_typedef.dart.textual_outline.expect
blob: e7416abd63970df9b69940b062d0e35eebf9e388 [
file
] [
log
] [
blame
]
library test
;
class
Foo
{
const
Foo
(
List
<
String
>
l
);
}
@Foo
(
const
[])
typedef
void
F
();
main
()
{}