Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
body_typedef_super_bounded_type.dart.textual_outline_modelled.expect
blob: e05e4bd0412eb0e7b5499d8530107d5f7315f2e7 [
file
] [
log
] [
blame
]
class
C
{
foo
()
{}
}
main
()
{}
typedef
A
<
T
>(
T p
);
typedef
B
<
U
extends
A
<
U
>>(
U p
);