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