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