Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_is_typedef.dart.weak.transformed.expect
blob: 35015dfd89e713454245ef0207eb57e99a7ad764 [
file
] [
log
] [
blame
]
library test
/*isNonNullableByDefault*/
;
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
;
}