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