blob: 40cbf20d63eda31e1137c9e2890b12ee6261ba43 [file] [log] [blame]
library test;
import 'infer_from_variables_in_non_cycle_imports_with_flag2_a.dart';
class B {
static var y = A.x;
}
test1() {}
main() {}