Sign in
dart
/
sdk
/
67e7c96962880aabc7e80e180ea4f5bcc2c4ee84
/
.
/
pkg
/
front_end
/
testcases
/
inline_class
/
annotations.dart.textual_outline.expect
blob: 79c17066910fd1069b7096a12429d6d9dbe66024 [
file
] [
log
] [
blame
]
@Deprecated
(
''
)
inline
class
A
{
@Deprecated
(
''
)
final
int
i
;
@Deprecated
(
''
)
A
(
this
.
i
);
@Deprecated
(
''
)
void
m
()
{}
}