Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
bottom_in_closure.dart.weak.expect
blob: 63cbd2667103cacddf83ae92df900897f346238d [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
static
field
()
→*
Null
v
=
()
→
Null
=>
null
;
static
method main
()
→
dynamic
{
self
::
v
;
}