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.expect
blob: 8c597df57f0c0b78f8a2389a1deaa0bd0606d2c2 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
Foo
{
const
Foo
(
List
<
String
>
l
);
}
@Foo
(
const
[])
typedef
void
F
();
main
()
{}