Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downward_inference_miscellaneous.dart.textual_outline.expect
blob: f36fe087708e99359856a11e990b2cc895a8b6e3 [
file
] [
log
] [
blame
]
library test
;
typedef
T
Function2
<
S
,
T
>(
S x
);
class
A
<
T
>
{
Function2
<
T
,
T
>
x
;
A
(
this
.
x
);
}
void
main
()
{}