Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top_level.dart.textual_outline_modelled.expect
blob: 9193ecff90b70f220973fb74056b12e19d3c18d9 [
file
] [
log
] [
blame
]
library test
;
String
f
()
=>
''
;
main
()
{}
var
g
=
f
;