Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top_level.dart.textual_outline_modelled.expect
blob: 68acc439822c65917b4244e9592d85b37a3426e4 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
String
f
()
=>
null
;
main
()
{}
var
g
=
f
;