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