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