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