Sign in
dart
/
sdk.git
/
refs/tags/2.5.0-dev.3.0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_from_variables_in_non_cycle_imports_with_flag_a.dart.strong.expect
blob: 298b12b4af6d69e72ddd52eddf82eeadafac8728 [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field core
::
int
*
x
=
2
;
static
method main
()
→
dynamic
{
self
::
x
;
}