Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_via_closure_type_independent_of_args_top_level.dart.weak.modular.expect
blob: 0d38afe25a020feff047f042b72593c744137ff6 [
file
] [
log
] [
blame
]
library test
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
final
field
(
core
::
bool
)
→
core
::
int
f
=
(
core
::
bool
b
)
→
core
::
int
=>
1
;
static
method main
()
→
dynamic
{
self
::
f
;
}