Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
annotation_top.dart.textual_outline_modelled.expect
blob: 09e49c6418c65702ce79e3628a754bf28f96f509 [
file
] [
log
] [
blame
]
// @dart = 2.9
@a
@A
(
1
)
library test
;
class
A
{
const
A
(
int
value
);
}
@a
@A
(
2
)
class
C
{}
const
Object
a
=
const
Object
();
@a
@A
(
3
)
int
f1
,
f2
;
@a
@A
(
3
)
typedef
F2
=
void
Function
();
@a
@A
(
2
)
typedef
void
F1
();
@a
@A
(
4
)
void
main
()
{}