Sign in
dart
/
sdk.git
/
b81ec2c22e3ba3e2222773fba9e702826eaf7072
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue59663.dart.textual_outline_modelled.expect
blob: 4cffff2c9806f4507e9926c913911b30a63078ee [
file
] [
log
] [
blame
]
bar
<
T
extends
num
>(
T t
)
{}
class
A
<
X
>
{
A
(
this
.
foo
);
Function
<
Y
extends
X
>(
Y
)
foo
;
}
main
()
{}