| Index: pkg/front_end/testcases/inference/local_reference_upwards_local.dart
|
| diff --git a/pkg/front_end/testcases/inference/local_reference_upwards_local.dart b/pkg/front_end/testcases/inference/local_reference_upwards_local.dart
|
| index 7af4d7bf5d9129a3b6af0ed23e69004c5d120a9a..12bef7d057c5fbf766711471f7619409a7f46ea7 100644
|
| --- a/pkg/front_end/testcases/inference/local_reference_upwards_local.dart
|
| +++ b/pkg/front_end/testcases/inference/local_reference_upwards_local.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE.md file.
|
|
|
| /*@testedFeatures=inference*/
|
| +library test;
|
| +
|
| import 'dart:async';
|
|
|
| main() {
|
|
|