Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_block_closure_no_args_no_return.dart.weak.expect
blob: 8ee4d3313727d0fcc2cc516f3597a8265340ea35 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
static
method main
()
→
dynamic
{
()
→*
Null
f
=
()
→
Null
{};
}