Sign in
dart
/
sdk.git
/
refs/tags/2.5.0-dev.3.0
/
.
/
pkg
/
front_end
/
testcases
/
inference_new
/
unsafe_block_closure_inference_function_call_explicit_type_param_via_expr2.dart.outline.expect
blob: 81dff1fc2562cc0708ca746bc3a7795234e053ff [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field
dynamic
v
;
static
method f
<
T
extends
core
::
Object
*
=
dynamic
>(()
→*
self
::
f
::
T
*
g
)
→
core
::
List
<
self
::
f
::
T
*>*
;
static
method main
()
→
dynamic
;