Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_methods_uses_greatest_lower_bound.dart.textual_outline_modelled.expect
blob: d698710fec42b2b65aee1b8c4855ea82778f3471 [
file
] [
log
] [
blame
]
library test
;
T
generic
<
T
>(
a
(
T _
),
b
(
T _
))
=>
throw
''
;
test
()
{}
typedef
Iterable
<num>
F
(
int
x
);
typedef
List
<int>
G
(
double
x
);