Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_functions_return_typedef.dart.weak.outline.expect
blob: 3a0416f971c714317f7d05c4b8ac0ab7b527879a [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
typedef
ToValue
<
contravariant T
extends
core
::
Object
*
=
dynamic
>
=
(
T
*)
→*
void
;
static
method main
()
→
dynamic
;