Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generic_methods_basic_downward_inference.dart.weak.outline.expect
blob: 606de92698fcb333b429818d9e6ac9bbd3b2be7e [
file
] [
log
] [
blame
]
library test
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method f
<
S
extends
core
::
Object
?
=
dynamic
,
T
extends
core
::
Object
?
=
dynamic
>(
self
::
f
::
S
%
s
)
→
self
::
f
::
T
%
;
static
method test
()
→
dynamic
;