Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_from_variables_in_non_cycle_imports_with_flag2_a.dart.weak.modular.expect
blob: ff7906f3eb0be7cfccb0d16046bcc47b9cefdbe5 [
file
] [
log
] [
blame
]
library
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
A
extends
core
::
Object
{
static
field core
::
int
x
=
2
;
synthetic constructor
•()
→
self
::
A
:
super
core
::
Object
::•()
;
}
static
method main
()
→
dynamic
{}