Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_functions_return_typedef.dart.weak.outline.expect
blob: 9768806ebb4ed6a454c7246ac3d02a570df98930 [
file
] [
log
] [
blame
]
library test
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
typedef
ToValue
<
contravariant T
extends
core
::
Object
?
=
dynamic
>
=
(
T
%)
→
void
;
static
method test
()
→
dynamic
;