Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_functions_return_typedef.dart.textual_outline.expect
blob: 80672df3cf9c70733cca6d49d0a3b92268266fc2 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
typedef
void
ToValue
<
T
>(
T value
);
main
()
{}