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