Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_is_typedef_parameterized.dart.weak.outline.expect
blob: c3a98c3576bc05a0a5153220cb35b92d35e6619f [
file
] [
log
] [
blame
]
library test
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
typedef
F
<
T
extends
core
::
Object
?
=
dynamic
>
=
()
→
T
%;
static
final
field core
::
Map
<
core
::
String
,
()
→
core
::
int
>
x
;
static
method main
()
→
dynamic
;