Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
future_or_subtyping.dart.weak.outline.expect
blob: c763edfc1a2afb5992ba3dffc298673acd31e1f0 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
import
"dart:async"
;
static
method add
(
core
::
int
*
x
)
→
void
;
static
method add2
(
core
::
int
*
y
)
→
dynamic
;
static
method test
()
→
dynamic
;
static
method main
()
→
dynamic
;