Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
body_typedef_omitted_bound.dart.textual_outline.expect
blob: a5935b869a4754bd0321f4c1a348e3b4d03a5a82 [
file
] [
log
] [
blame
]
typedef
A
<
T
>(
T p
);
class
C
{
foo
()
{}
}
main
()
{}