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