Sign in
dart
/
sdk
/
e7c4784594de33112fb6d65bc09493fa8097fcf2
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
simple_literal_int.dart.weak.expect
blob: 87185b7b3e3e0497c2cd346ddbb795400ac0fe9e [
file
]
library test
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field core
::
int
a
=
1
;
static
method main
()
→
dynamic
{
core
::
int
b
=
2
;
}