Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_methods_downwards_inference_affects_arguments.dart.weak.outline.expect
blob: 649bb11a3366e212fa14e0e331f6152b68e2cafd [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method f
<
T
extends
core
::
Object
*
=
dynamic
>(
core
::
List
<
self
::
f
::
T
*>*
s
)
→
self
::
f
::
T
*
;
static
method test
()
→
dynamic
;
static
method main
()
→
dynamic
;