| Index: pkg/front_end/testcases/inference/infer_consts_transitively_2_a.dart
|
| diff --git a/pkg/front_end/testcases/inference/infer_consts_transitively_2_a.dart b/pkg/front_end/testcases/inference/infer_consts_transitively_2_a.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..db9d307453545adda1e1e2293d7ae0e565dd460d
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/infer_consts_transitively_2_a.dart
|
| @@ -0,0 +1,11 @@
|
| +// 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_consts_transitively_2.dart';
|
| +import 'infer_consts_transitively_2_b.dart';
|
| +
|
| +const /*@topType=dynamic*/ a1 = m2;
|
| +const /*@topType=dynamic*/ a2 = b1;
|
|
|