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