Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
unsafe_block_closure_inference_function_call_no_type_param.dart.weak.expect
blob: 715a3f3b9202b917df262f40df4e5967053dc5c4 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method main
()
→
dynamic
{
core
::
double
*
v
=
self
::
f
(()
→
core
::
int
*
{
return
1
;
});
}
static
method f
(
dynamic
x
)
→
core
::
double
*
return
1.0
;