| 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 8edad0b5c186fb413901f9b72bea357464e26b6a..538a0e2612bf7a53c06ac2317031e4cfccafb8aa 100644
|
| --- a/pkg/compiler/lib/src/use_unused_api.dart
|
| +++ b/pkg/compiler/lib/src/use_unused_api.dart
|
| @@ -90,6 +90,7 @@ void useConstant(constants.ConstantValue constant,
|
| void useNode(tree.Node node) {
|
| node
|
| ..asAsyncModifier()
|
| + ..asAsyncForIn()
|
| ..asAwait()
|
| ..asBreakStatement()
|
| ..asCascade()
|
| @@ -126,6 +127,7 @@ void useNode(tree.Node node) {
|
| ..asStringNode()
|
| ..asSwitchCase()
|
| ..asSwitchStatement()
|
| + ..asSyncForIn()
|
| ..asTryStatement()
|
| ..asTypeAnnotation()
|
| ..asTypeVariable()
|
|
|