Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_is_typedef.dart.weak.transformed.expect
blob: 2f74b6302a444c53455c1a01feb598c37408aea2 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
typedef
F
=
()
→*
void
;
static
final
field core
::
Map
<
core
::
String
*,
()
→*
void
>*
x
=
<
core
::
String
*,
()
→*
void
>{};
static
method main
()
→
dynamic
{
self
::
x
;
}