Sign in
dart
/
sdk.git
/
cd65076031d67dde752af5a4b8fe0224f9d2b5fb
/
.
/
pkg
/
front_end
/
testcases
/
inference_new
/
void_return_type_subtypes_dynamic.dart.outline.expect
blob: 46dad28a27c891154afb9432e22e3069c0c93866 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field
void
y
;
static
method run
<
T
extends
core
::
Object
*
=
dynamic
>(()
→*
self
::
run
::
T
*
f
)
→
self
::
run
::
T
*
;
static
method printRunning
()
→
void
;
static
method main
()
→
dynamic
;