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