Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
local_return_and_yield.dart.weak.outline.expect
blob: 5b9acaa172ed1d608f38d012f9bfb9208fb39893 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
import
"dart:async"
;
typedef
IntToInt
=
(
core
::
int
*)
→*
core
::
int
*;
static
method main
()
→
dynamic
;