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