| Index: pkg/front_end/testcases/inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a.dart
|
| diff --git a/pkg/front_end/testcases/inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a.dart b/pkg/front_end/testcases/inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..989dc26ea009a1f2e4b732048642b410477a0c76
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a.dart
|
| @@ -0,0 +1,10 @@
|
| +// 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*/
|
| +import 'infer_from_variables_in_cycle_libs_when_flag_is_on2.dart';
|
| +
|
| +class A {
|
| + static var /*@topType=int*/ x = 2;
|
| +}
|
|
|