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