Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
unsafe_block_closure_inference_in_map_typed.dart.weak.expect
blob: 7e2da7637db4b4a128bf203bdc93dff8ade8d30a [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
typedef
F
=
()
→*
core
::
int
*;
static
method main
()
→
dynamic
{
core
::
Map
<
core
::
int
*,
()
→*
core
::
int
*>*
v
=
<
core
::
int
*,
()
→*
core
::
int
*>{
1
:
()
→
core
::
int
*
{
return
1
;
}};
}