Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_via_closure_type_independent_of_args_top_level.dart.weak.transformed.expect
blob: ac18ccc29d5d43451a42b2a789e89ccd874a959e [
file
] [
log
] [
blame
]
library test
;
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
;
}