Sign in
dart
/
sdk
/
a746b64aa78f61341d8821dc87e99e0b670cb28e
/
.
/
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
()
{}
}