Sign in
dart
/
sdk.git
/
b81ec2c22e3ba3e2222773fba9e702826eaf7072
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue55849.dart.textual_outline_modelled.expect
blob: b34d156b1c5db8a3d6074f626ebdd39063608082 [
file
] [
log
] [
blame
]
class
A
<
X
>
{
const
A
.
foo
(
X x
);
}
typedef
F
<
Y
>
=
A
<
Y
>;
@F
.
foo
(
"foo"
)
void
bar
()
{}