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