Chromium Code Reviews| Index: lib/src/closure/closure_annotator.dart |
| diff --git a/lib/src/closure/closure_annotator.dart b/lib/src/closure/closure_annotator.dart |
| index 7fb5348f0a4215c6ff30acda0e2707541a16dfd2..2d41a25d55367ebd3dac9da24f5c32130f56d1d7 100644 |
| --- a/lib/src/closure/closure_annotator.dart |
| +++ b/lib/src/closure/closure_annotator.dart |
| @@ -2,7 +2,7 @@ |
| // 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. |
| -import 'package:analyzer/dart/ast/ast.dart' hide ConstantEvaluator; |
|
Jennifer Messerly
2016/04/27 19:18:47
this was triggering a hint in "master" analyzer, c
|
| +import 'package:analyzer/dart/ast/ast.dart'; |
| import 'package:analyzer/dart/element/element.dart'; |
| import 'package:analyzer/dart/element/type.dart'; |
| import 'package:analyzer/src/generated/resolver.dart' show TypeProvider; |