Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
body_typedef_literal_list.dart.textual_outline.expect
blob: bc2eeaddabc10afee7f6bb4d3001d313c754239f [
file
] [
log
] [
blame
]
typedef
A
<
T
extends
num
>(
T p
);
class
B
{
foo
()
{}
}
main
()
{}