Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_on_function_expressions.dart.textual_outline_modelled.expect
blob: 65dac34ae5db29c4337092ed11bc227896ea30c9 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
main
()
{}
typedef
T
Function2
<
S
,
T
>(
S x
);
void
test
()
{}