Sign in
dart
/
sdk
/
8e07d492ddbb53f5061e768a7d38f65dd3c5e88d
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
simple_literal_bool.dart.weak.expect
blob: 3142326d04b84867b2d09bb02007ec6ad306fb9f [
file
] [
log
] [
blame
]
library test
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field core
::
bool
a
=
true
;
static
method main
()
→
dynamic
{
core
::
bool
b
=
false
;
}