| Index: pkg/front_end/testcases/inference/infer_from_variables_in_non_cycle_imports_with_flag_a.dart
|
| diff --git a/pkg/front_end/testcases/inference/infer_from_variables_in_non_cycle_imports_with_flag_a.dart b/pkg/front_end/testcases/inference/infer_from_variables_in_non_cycle_imports_with_flag_a.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..848f990392e47efd2a8fb6a074c1e7424d2ad6bf
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/infer_from_variables_in_non_cycle_imports_with_flag_a.dart
|
| @@ -0,0 +1,6 @@
|
| +// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +/*@testedFeatures=inference*/
|
| +var /*@topType=int*/ x = 2;
|
|
|