blob: 7aa039a9a5ca63d93b395a0f8c4b35e430f4bf2c [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() {}