Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
duplicate_typedef.dart.textual_outline_modelled.expect
blob: 916f4b4968c77b2bd7473f8fd3d3aeb897401e37 [
file
] [
log
] [
blame
]
main
()
{}
typedef
F
=
void
Function
();
typedef
F
=
void
Function
();
typedef
G
<
T
>
=
void
Function
(
T
);
typedef
G
<
T
>
=
void
Function
(
T
);