Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_from_variables_in_non_cycle_imports_with_flag2_a.dart.textual_outline.expect
blob: 7525c2b9e5eeb838f91ed07b29a3dd779d1be298 [
file
] [
log
] [
blame
]
class
A
{
static
var
x
=
2
;
}
main
()
{}