Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_uses_synthetic_function_type.dart.textual_outline_modelled.expect
blob: 9ae2ff13d108247b9308320f8dd447a5f0005aac [
file
] [
log
] [
blame
]
library test
;
String
g
()
=>
''
;
int
f
()
=>
0
;
main
()
{}
var
v
=
[
f
,
g
];