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_modelled.expect
blob: 11a42467227574c57e8498326feca678654d95ec [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
main
()
{}
typedef
int
FunctionReturningInt
();