Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
typedef_annotation.dart.textual_outline.expect
blob: 796a7322e1d4f1eb1b4b0d879936a5e9a0a97e96 [
file
] [
log
] [
blame
]
class
A
{
const
A
();
}
@A
()
typedef
F
=
void
Function
();
@A
()
typedef
void
G
();
main
()
{}