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