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