| Index: pkg/compiler/lib/src/use_unused_api.dart
|
| diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
|
| index 2e2d787e934890fb95c95aedebbbaed03df5e3d3..d2e864874553dc2ec4895f3263905b9266fa5211 100644
|
| --- a/pkg/compiler/lib/src/use_unused_api.dart
|
| +++ b/pkg/compiler/lib/src/use_unused_api.dart
|
| @@ -144,6 +144,7 @@ void useNode(tree.Node node) {
|
| ..asFor()
|
| ..asFunctionDeclaration()
|
| ..asIf()
|
| + ..asImport()
|
| ..asLabeledStatement()
|
| ..asLibraryDependency()
|
| ..asLibraryName()
|
|
|