| Index: pkg/front_end/testcases/inference/infer_consts_transitively_2_b.dart
|
| diff --git a/pkg/front_end/testcases/inference/infer_consts_transitively_2_b.dart b/pkg/front_end/testcases/inference/infer_consts_transitively_2_b.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..28418241a90c95805a894d9482f4dd56feb2d92b
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/infer_consts_transitively_2_b.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*/
|
| +const /*@topType=int*/ b1 = 2;
|
|
|