Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
type_promotion_ignores_local_functions.dart.textual_outline.expect
blob: 4e783a61ba4ce43c54be1047bad1c0f86d8242dc [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
typedef
int
FunctionReturningInt
();
main
()
{}