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