| Index: pkg/front_end/testcases/inference/instantiate_to_bounds_generic_has_bound_defined_after.dart
|
| diff --git a/pkg/front_end/testcases/inference/instantiate_to_bounds_generic_has_bound_defined_after.dart b/pkg/front_end/testcases/inference/instantiate_to_bounds_generic_has_bound_defined_after.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fcd65a7e43dcb604d8bb62ade01f41a15666b8a9
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/instantiate_to_bounds_generic_has_bound_defined_after.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*/
|
| +library test;
|
| +
|
| +A v = null;
|
| +
|
| +class A<T extends int> {}
|
|
|